| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 103 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) const { in instructionsWithoutDebug() function in BasicBlock 113 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) { in instructionsWithoutDebug() function in BasicBlock 124 return std::distance(instructionsWithoutDebug().begin(), in sizeWithoutDebug() 125 instructionsWithoutDebug().end()); in sizeWithoutDebug()
|
| H A D | SSAContext.cpp | 39 for (auto &instr : block.instructionsWithoutDebug(/*SkipPseudoOp=*/true)) { in appendBlockDefs()
|
| H A D | Function.cpp | 322 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount() 323 BB.instructionsWithoutDebug().end()); in getInstructionCount()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostSelectOptimize.cpp | 171 for (auto &MI : instructionsWithoutDebug(MBB.begin(), MBB.end())) { in optimizeNZCVDefs() 190 for (auto &II : instructionsWithoutDebug(MBB.rbegin(), MBB.rend())) { in optimizeNZCVDefs()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 155 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end()); in reprocessBasicBlock() 208 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) in processBasicBlock() 360 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) { in getLiveInUses() 483 instructionsWithoutDebug(MBB->instr_rbegin(), MBB->instr_rend())) { in isRegUsedAfter()
|
| H A D | MachineBasicBlock.cpp | 1650 auto R = instructionsWithoutDebug(begin(), end()); in sizeWithoutDebugLargerThan()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SpeculateAnalyses.cpp | 38 llvm::any_of(BB.instructionsWithoutDebug(), findCallInst)) in findBBwithCalls() 61 for (auto &I : BB->instructionsWithoutDebug()) in findCalles()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-sim/ |
| H A D | llvm-sim.cpp | 132 for (Instruction &I : BB.instructionsWithoutDebug()) in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 221 instructionsWithoutDebug(bool SkipPseudoOp = true) const; 228 instructionsWithoutDebug(bool SkipPseudoOp = true);
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InlineSizeEstimatorAnalysis.cpp | 177 for (const auto &I : BB.instructionsWithoutDebug()) { in getFunctionFeatures()
|
| H A D | DivergenceAnalysis.cpp | 402 for (const auto &I : BB.instructionsWithoutDebug()) { in run()
|
| H A D | LegacyDivergenceAnalysis.cpp | 376 for (const auto &I : BB.instructionsWithoutDebug()) { in print()
|
| H A D | IRSimilarityIdentifier.cpp | 1037 : &*BB->instructionsWithoutDebug().begin(); in createCanonicalRelationFrom()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 306 auto InstsNoDbg = Pred1->instructionsWithoutDebug(); in mergeStores()
|
| H A D | LoopInterchange.cpp | 966 for (Instruction &I : BB->instructionsWithoutDebug()) in canInterchangeLoops()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64CollectLOH.cpp | 560 instructionsWithoutDebug(MBB.instr_rbegin(), MBB.instr_rend())) { in runOnMachineFunction()
|
| H A D | AArch64LoadStoreOptimizer.cpp | 799 instructionsWithoutDebug(MI.getReverseIterator(), MBB->instr_rend())) { in forAllMIsUntilDef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 235 for (Instruction &I : BB->instructionsWithoutDebug()) in getOutliningBenefit()
|
| H A D | PartialInlining.cpp | 856 for (Instruction &I : BB->instructionsWithoutDebug()) { in computeBBInlineCost()
|
| H A D | FunctionAttrs.cpp | 1518 for (auto &I : BB.instructionsWithoutDebug()) in addNoRecurseAttrs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopSimplify.cpp | 646 for (auto I = ExitingBlock->instructionsWithoutDebug().begin(); &*I != BI; ) { in simplifyOneLoop()
|
| H A D | SimplifyCFG.cpp | 2723 for (Instruction &CurI : reverse(BrBB->instructionsWithoutDebug(true))) { in isSafeToSpeculateStore() 3096 for (Instruction &I : reverse(BB->instructionsWithoutDebug(false))) { in BlockIsSimpleEnoughToThreadThrough() 3955 for (auto &I : BB->instructionsWithoutDebug(false)) { in mergeConditionalStoreToAddress() 4252 if (&*BB->instructionsWithoutDebug(false).begin() != BI) in SimplifyCondBranchToCondBranch() 5682 for (Instruction &I : CaseDest->instructionsWithoutDebug(false)) { in getCaseResults() 6756 if (SI == &*BB->instructionsWithoutDebug(false).begin()) in simplifySwitch() 7011 auto I = BB->instructionsWithoutDebug(true).begin(); in simplifyCondBranch()
|
| H A D | CodeExtractor.cpp | 311 for (Instruction &II : BB.instructionsWithoutDebug()) in CodeExtractorAnalysisCache() 320 for (Instruction &II : BB.instructionsWithoutDebug()) { in findSideEffectInfoForBlock()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1331 inline auto instructionsWithoutDebug(IterT It, IterT End,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5632 for (Instruction &I : BB->instructionsWithoutDebug()) { in collectElementTypesForWidening() 5959 for (Instruction &I : BB->instructionsWithoutDebug()) { in calculateRegisterUsage() 6299 for (Instruction &I : BB->instructionsWithoutDebug()) { in expectedCost() 8915 for (Instruction &I : BB->instructionsWithoutDebug()) { in buildVPlanWithVPRecipes()
|