Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp154 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end()); in reprocessBasicBlock()
207 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) in processBasicBlock()
359 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) { in getLiveInUses()
482 instructionsWithoutDebug(MBB->instr_rbegin(), MBB->instr_rend())) { in isRegUsedAfter()
H A DMachineBasicBlock.cpp1777 auto R = instructionsWithoutDebug(begin(), end()); in sizeWithoutDebugLargerThan()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp37 llvm::any_of(BB.instructionsWithoutDebug(), findCallInst)) in findBBwithCalls()
60 for (auto &I : BB->instructionsWithoutDebug()) in findCalles()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp
H A DBasicBlock.cpp248 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) const { in instructionsWithoutDebug() function in BasicBlock
258 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) { in instructionsWithoutDebug() function in BasicBlock
269 return std::distance(instructionsWithoutDebug().begin(), in sizeWithoutDebug()
270 instructionsWithoutDebug().end()); in sizeWithoutDebug()
H A DFunction.cpp369 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount()
370 BB.instructionsWithoutDebug().end()); in getInstructionCount()
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp132 for (Instruction &I : BB.instructionsWithoutDebug()) in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h342 instructionsWithoutDebug(bool SkipPseudoOp = true) const;
349 instructionsWithoutDebug(bool SkipPseudoOp = true);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp176 for (const auto &I : BB.instructionsWithoutDebug()) { in getFunctionFeatures()
H A DFunctionPropertiesAnalysis.cpp131 for (const Instruction &I : BB.instructionsWithoutDebug()) { in updateForBB()
H A DIRSimilarityIdentifier.cpp1090 : &*BB->instructionsWithoutDebug().begin(); in createCanonicalRelationFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp266 for (auto &II : instructionsWithoutDebug(MBB.rbegin(), MBB.rend())) { in optimizeNZCVDefs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp318 auto InstsNoDbg = Pred1->instructionsWithoutDebug(); in mergeStores()
H A DLoopInterchange.cpp960 for (Instruction &I : BB->instructionsWithoutDebug()) in canInterchangeLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp286 for (Instruction &InstRef : BB->instructionsWithoutDebug(false)) { in createVPInstructionsForVPBB()
H A DLoopVectorize.cpp4787 for (Instruction &I : BB->instructionsWithoutDebug()) { in collectElementTypesForWidening()
5148 for (Instruction &I : BB->instructionsWithoutDebug()) { in calculateRegisterUsage()
5493 for (Instruction &I : BB->instructionsWithoutDebug()) { in expectedCost()
8554 for (Instruction &I : drop_end(BB->instructionsWithoutDebug(false))) { in tryToBuildVPlanWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp556 instructionsWithoutDebug(MBB.instr_rbegin(), MBB.instr_rend())) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp291 for (Instruction &I : BB->instructionsWithoutDebug()) in getOutliningBenefit()
H A DMergeFunctions.cpp390 for (const Instruction &I : BB.instructionsWithoutDebug()) { in hasDistinctMetadataIntrinsic()
H A DPartialInlining.cpp809 for (Instruction &I : BB->instructionsWithoutDebug()) { in computeBBInlineCost()
H A DFunctionAttrs.cpp1695 for (auto &I : BB.instructionsWithoutDebug()) in addNoRecurseAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp644 for (auto I = ExitingBlock->instructionsWithoutDebug().begin(); &*I != BI; ) { in simplifyOneLoop()
H A DSimplifyCFG.cpp2866 for (Instruction &CurI : reverse(BrBB->instructionsWithoutDebug(true))) { in isSafeToSpeculateStore()
3255 for (Instruction &I : reverse(BB->instructionsWithoutDebug(false))) { in BlockIsSimpleEnoughToThreadThrough()
4129 for (auto &I : BB->instructionsWithoutDebug(false)) { in mergeConditionalStoreToAddress()
4430 if (&*BB->instructionsWithoutDebug(false).begin() != BI) in SimplifyCondBranchToCondBranch()
5919 for (Instruction &I : CaseDest->instructionsWithoutDebug(false)) { in getCaseResults()
7126 if (SI == &*BB->instructionsWithoutDebug(false).begin()) in simplifySwitch()
7479 auto I = BB->instructionsWithoutDebug(true).begin(); in simplifyCondBranch()
H A DCodeExtractor.cpp312 for (Instruction &II : BB.instructionsWithoutDebug()) in CodeExtractorAnalysisCache()
321 for (Instruction &II : BB.instructionsWithoutDebug()) { in findSideEffectInfoForBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1412 inline auto instructionsWithoutDebug(IterT It, IterT End,

12