| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | DeadCodeElimination.cpp | 123 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 D | TestStepScripted.py | 115 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 D | SourceCodeTests.cpp | 829 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 D | CoreEngine.cpp | 139 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 D | LibcMemoryBenchmarkMain.cpp | 152 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 D | codeview-merging-anon.test | 4 # Steps to regenerate input:
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 397 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 D | ExprEngine.h | 188 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 D | CoreEngine.h | 148 bool ExecuteWorkList(const LocationContext *L, unsigned Steps, 153 unsigned Steps,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ValueLattice.h | 140 MergeOptions &setMaxWidenSteps(unsigned Steps = 1) { 142 MaxWidenSteps = Steps;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | memprof-merge.test | 19 Steps to collect the memprof raw profile and the instrprof raw profile:
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Initialization.h | 974 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 D | SemaInit.cpp | 3608 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 D | SemaExprCXX.cpp | 6835 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 D | SemaTemplateInstantiateDecl.cpp | 320 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 D | universal_bin_wrapping_archives.test | 5 Steps to re-generate these files on macOS:
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | qemu-testing.rst | 113 Steps for running lldb-server in QEMU system emulation environment
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | split-landing-pad.s | 11 # Steps to write this test:
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 717 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 D | MipsSEISelLowering.cpp | 741 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 D | SupportPolicy.rst | 195 Steps for removal
|
| H A D | XRayExample.rst | 336 Next Steps
|
| H A D | HowToAddABuilder.rst | 52 Steps To Add Builder To LLVM Buildbot
|
| H A D | MergeFunctions.rst | 370 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 D | WritingAnLLVMBackend.rst | 72 Basic Steps
|