Home
last modified time | relevance | path

Searched refs:instructionsWithoutDebug (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp103 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 DSSAContext.cpp39 for (auto &instr : block.instructionsWithoutDebug(/*SkipPseudoOp=*/true)) { in appendBlockDefs()
H A DFunction.cpp322 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 DAArch64PostSelectOptimize.cpp171 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 DReachingDefAnalysis.cpp155 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 DMachineBasicBlock.cpp1650 auto R = instructionsWithoutDebug(begin(), end()); in sizeWithoutDebugLargerThan()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp38 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 Dllvm-sim.cpp132 for (Instruction &I : BB.instructionsWithoutDebug()) in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DBasicBlock.h221 instructionsWithoutDebug(bool SkipPseudoOp = true) const;
228 instructionsWithoutDebug(bool SkipPseudoOp = true);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp177 for (const auto &I : BB.instructionsWithoutDebug()) { in getFunctionFeatures()
H A DDivergenceAnalysis.cpp402 for (const auto &I : BB.instructionsWithoutDebug()) { in run()
H A DLegacyDivergenceAnalysis.cpp376 for (const auto &I : BB.instructionsWithoutDebug()) { in print()
H A DIRSimilarityIdentifier.cpp1037 : &*BB->instructionsWithoutDebug().begin(); in createCanonicalRelationFrom()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp306 auto InstsNoDbg = Pred1->instructionsWithoutDebug(); in mergeStores()
H A DLoopInterchange.cpp966 for (Instruction &I : BB->instructionsWithoutDebug()) in canInterchangeLoops()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp560 instructionsWithoutDebug(MBB.instr_rbegin(), MBB.instr_rend())) { in runOnMachineFunction()
H A DAArch64LoadStoreOptimizer.cpp799 instructionsWithoutDebug(MI.getReverseIterator(), MBB->instr_rend())) { in forAllMIsUntilDef()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp235 for (Instruction &I : BB->instructionsWithoutDebug()) in getOutliningBenefit()
H A DPartialInlining.cpp856 for (Instruction &I : BB->instructionsWithoutDebug()) { in computeBBInlineCost()
H A DFunctionAttrs.cpp1518 for (auto &I : BB.instructionsWithoutDebug()) in addNoRecurseAttrs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp646 for (auto I = ExitingBlock->instructionsWithoutDebug().begin(); &*I != BI; ) { in simplifyOneLoop()
H A DSimplifyCFG.cpp2723 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 DCodeExtractor.cpp311 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 DMachineBasicBlock.h1331 inline auto instructionsWithoutDebug(IterT It, IterT End,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5632 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()

12