Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp109 for (auto &MI : instructionsWithoutDebug(MBB.begin(), MBB.end())) { in optimizeNZCVDefs()
128 for (auto &II : instructionsWithoutDebug(MBB.rbegin(), MBB.rend())) { in optimizeNZCVDefs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp100 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) const { in instructionsWithoutDebug() function in BasicBlock
110 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) { in instructionsWithoutDebug() function in BasicBlock
121 return std::distance(instructionsWithoutDebug().begin(), in sizeWithoutDebug()
122 instructionsWithoutDebug().end()); in sizeWithoutDebug()
H A DFunction.cpp328 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount()
329 BB.instructionsWithoutDebug().end()); in getInstructionCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp149 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end()); in reprocessBasicBlock()
202 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) in processBasicBlock()
354 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) { in getLiveInUses()
478 instructionsWithoutDebug(MBB->instr_rbegin(), MBB->instr_rend())) { in isRegUsedAfter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp38 llvm::any_of(BB.instructionsWithoutDebug(), findCallInst)) in findBBwithCalls()
61 for (auto &I : BB->instructionsWithoutDebug()) in findCalles()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h203 instructionsWithoutDebug(bool SkipPseudoOp = false) const;
210 instructionsWithoutDebug(bool SkipPseudoOp = false);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp133 for (Instruction &I : BB.instructionsWithoutDebug()) in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp178 for (const auto &I : BB.instructionsWithoutDebug()) { in getFunctionFeatures()
H A DLegacyDivergenceAnalysis.cpp402 for (auto &I : BB.instructionsWithoutDebug()) { in print()
H A DDivergenceAnalysis.cpp403 for (auto &I : BB.instructionsWithoutDebug()) { in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp303 auto InstsNoDbg = Pred1->instructionsWithoutDebug(); in mergeStores()
H A DLoopInterchange.cpp928 llvm::reverse(InnerLoopLatch->instructionsWithoutDebug())) { in currentLimitations()
1076 for (Instruction &I : BB->instructionsWithoutDebug()) in canInterchangeLoops()
H A DLoopIdiomRecognize.cpp1780 auto InstWithoutDebugIt = CurLoop->getHeader()->instructionsWithoutDebug(); in recognizeAndInsertFFS()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp562 instructionsWithoutDebug(MBB.rbegin(), MBB.rend())) { in runOnMachineFunction()
H A DAArch64LoadStoreOptimizer.cpp817 instructionsWithoutDebug(MI.getReverseIterator(), MBB->instr_rend())) { in forAllMIsUntilDef()
H A DAArch64InstrInfo.cpp1298 instructionsWithoutDebug(++To.getReverse(), From.getReverse())) { in areCFlagsAccessedBetweenInstrs()
1666 for (MachineInstr &Instr : instructionsWithoutDebug( in examineCFlagsUse()
3945 return any_of(instructionsWithoutDebug(std::next(DefMI.getIterator()), in isNZCVTouchedInInstructionRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp247 for (Instruction &I : BB->instructionsWithoutDebug()) in getOutliningBenefit()
H A DFunctionAttrs.cpp1384 for (auto &I : BB.instructionsWithoutDebug()) in addNoRecurseAttrs()
H A DPartialInlining.cpp862 for (Instruction &I : BB->instructionsWithoutDebug()) { in computeBBInlineCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2241 for (Instruction &CurI : reverse(BrBB->instructionsWithoutDebug(true))) { in isSafeToSpeculateStore()
2565 for (Instruction &I : reverse(BB->instructionsWithoutDebug())) { in BlockIsSimpleEnoughToThreadThrough()
3361 for (auto &I : BB->instructionsWithoutDebug()) { in mergeConditionalStoreToAddress()
3687 if (&*BB->instructionsWithoutDebug().begin() != BI) in SimplifyCondBranchToCondBranch()
5132 for (Instruction &I :CaseDest->instructionsWithoutDebug()) { in GetCaseResults()
6123 if (SI == &*BB->instructionsWithoutDebug().begin()) in simplifySwitch()
6374 auto I = BB->instructionsWithoutDebug(true).begin(); in simplifyCondBranch()
H A DLoopSimplify.cpp652 for (auto I = ExitingBlock->instructionsWithoutDebug().begin(); &*I != BI; ) { in simplifyOneLoop()
H A DCodeExtractor.cpp313 for (Instruction &II : BB.instructionsWithoutDebug()) in CodeExtractorAnalysisCache()
322 for (Instruction &II : BB.instructionsWithoutDebug()) { in findSideEffectInfoForBlock()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1244 inline auto instructionsWithoutDebug(IterT It, IterT End,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6274 for (Instruction &I : BB->instructionsWithoutDebug()) { in collectElementTypesForWidening()
6584 for (Instruction &I : BB->instructionsWithoutDebug()) { in calculateRegisterUsage()
6914 for (Instruction &I : BB->instructionsWithoutDebug()) { in expectedCost()
9235 for (Instruction &I : BB->instructionsWithoutDebug()) { in buildVPlanWithVPRecipes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2021 for (Instruction &I : BB->instructionsWithoutDebug()) { in canTailPredicateLoop()

12