Home
last modified time | relevance | path

Searched refs:Steps (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/polly/lib/Transform/
H A DDeadCodeElimination.cpp123 int Steps = 0; in runDeadCodeElimination() local
125 Steps++; in runDeadCodeElimination()
134 if (Steps > PreciseSteps) { in runDeadCodeElimination()
135 Steps = 0; in runDeadCodeElimination()
/llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/
H A DTestStepScripted.py115 import Steps
125 print(Steps.StepReportsStopOthers.stop_mode_dict)
126 value = Steps.StepReportsStopOthers.stop_mode_dict[token]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp829 void stepByStep(llvm::ArrayRef<IncrementalTestStep> Steps) { in stepByStep() argument
830 std::string Code = Annotations(Steps.front().Src).code().str(); in stepByStep()
832 for (size_t I = 1; I < Steps.size(); I++) { in stepByStep()
833 Annotations SrcBefore(Steps[I - 1].Src); in stepByStep()
834 Annotations SrcAfter(Steps[I].Src); in stepByStep()
835 llvm::StringRef Contents = Steps[I - 1].Contents; in stepByStep()
849 IncrementalTestStep Steps[] = in TEST() local
881 stepByStep(Steps); in TEST()
886 IncrementalTestStep Steps[] = in TEST() local
938 stepByStep(Steps); in TEST()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp139 unsigned Steps = MaxSteps; in ExecuteWorkList() local
142 if (Steps == 0) { in ExecuteWorkList()
146 --Steps; in ExecuteWorkList()
161 return MaxSteps - Steps; in ExecuteWorkList()
226 unsigned Steps, in ExecuteWorkListWithInitialState() argument
229 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkMain.cpp152 const size_t Steps = Measurements.size(); in reportProgress() local
153 const size_t Percent = 100 * Steps / TotalSteps; in reportProgress()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-merging-anon.test4 # Steps to regenerate input:
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp397 VPScalarIVStepsRecipe *Steps = new VPScalarIVStepsRecipe( in optimizeInductions() local
400 HeaderVPBB->insert(Steps, HeaderVPBB->getFirstNonPhi()); in optimizeInductions()
411 U->setOperand(I, Steps); in optimizeInductions()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h188 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
189 return Engine.ExecuteWorkList(L, Steps, nullptr);
196 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, in ExecuteWorkListWithInitialState() argument
199 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()
H A DCoreEngine.h148 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
153 unsigned Steps,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueLattice.h140 MergeOptions &setMaxWidenSteps(unsigned Steps = 1) {
142 MaxWidenSteps = Steps;
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dmemprof-merge.test19 Steps to collect the memprof raw profile and the instrprof raw profile:
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DInitialization.h974 SmallVector<Step, 4> Steps; variable
1217 step_iterator step_begin() const { return Steps.begin(); } in step_begin()
1218 step_iterator step_end() const { return Steps.end(); } in step_end()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp3608 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3622 Steps.push_back(S); in AddDerivedToBaseCastStep()
3630 Steps.push_back(S); in AddReferenceBindingStep()
3637 Steps.push_back(S); in AddFinalCopy()
3644 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3658 Steps.push_back(S); in AddUserConversionStep()
3677 Steps.push_back(S); in AddQualificationConversionStep()
3684 Steps.push_back(S); in AddFunctionReferenceConversionStep()
3765 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
3823 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
[all …]
H A DSemaExprCXX.cpp6835 SmallVector<Step, 8> Steps; in FindCompositePointerType() local
6862 if (!Steps.empty()) { in FindCompositePointerType()
6872 } else if (Steps.size() == 1) { in FindCompositePointerType()
6894 assert(Steps.size() == 1); in FindCompositePointerType()
6902 assert(Steps.size() == 1); in FindCompositePointerType()
6906 Steps.back().Quals = Quals; in FindCompositePointerType()
6929 (Steps.empty() || Steps.back().K != Step::Array))) { in FindCompositePointerType()
6980 else if (Steps.empty()) in FindCompositePointerType()
7036 if (Steps.size() == 1) { in FindCompositePointerType()
7063 if (Steps.size() == 1 && Steps.front().K == Step::Pointer && in FindCompositePointerType()
[all …]
H A DSemaTemplateInstantiateDecl.cpp320 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
384 Steps.push_back(Inst.get()); in instantiateOMPDeclareSimdDeclAttr()
390 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Duniversal_bin_wrapping_archives.test5 Steps to re-generate these files on macOS:
/llvm-project-15.0.7/lldb/docs/use/
H A Dqemu-testing.rst113 Steps for running lldb-server in QEMU system emulation environment
/llvm-project-15.0.7/bolt/test/X86/
H A Dsplit-landing-pad.s11 # Steps to write this test:
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp717 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) { in parseDeclareSimdClauses() argument
779 Steps.append(Linears.size() - Steps.size(), Data.DepModOrTailExpr); in parseDeclareSimdClauses()
812 SmallVector<Expr *, 4> Steps; in ParseOMPDeclareSimdClauses() local
815 Alignments, Linears, LinModifiers, Steps); in ParseOMPDeclareSimdClauses()
823 LinModifiers, Steps, SourceRange(Loc, EndLoc)); in ParseOMPDeclareSimdClauses()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp741 unsigned Steps = 0; in shouldTransformMulToShiftsAddsSubs() local
750 if (Steps >= MaxSteps) in shouldTransformMulToShiftsAddsSubs()
754 ++Steps; in shouldTransformMulToShiftsAddsSubs()
769 ++Steps; in shouldTransformMulToShiftsAddsSubs()
779 Steps *= (VT.getSizeInBits() != RegisterSize) * 3; in shouldTransformMulToShiftsAddsSubs()
780 if (Steps > 27) in shouldTransformMulToShiftsAddsSubs()
/llvm-project-15.0.7/llvm/docs/
H A DSupportPolicy.rst195 Steps for removal
H A DXRayExample.rst336 Next Steps
H A DHowToAddABuilder.rst52 Steps To Add Builder To LLVM Buildbot
H A DMergeFunctions.rst370 8. Steps 1-6 describe all the possible cases, if we passed steps 1-6 and didn't
560 Steps below are for the case when types are equal, or case when constants are
H A DWritingAnLLVMBackend.rst72 Basic Steps

12