Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp90 instructionsWithoutDebug(MI.getIterator(), IntoMI.getIterator())) { in isObviouslySafeToFold()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp35 llvm::any_of(BB.instructionsWithoutDebug(), findCallInst)) in findBBwithCalls()
58 for (auto &I : BB->instructionsWithoutDebug()) in findCalles()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp206 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) const { in instructionsWithoutDebug() function in BasicBlock
216 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) { in instructionsWithoutDebug() function in BasicBlock
227 return std::distance(instructionsWithoutDebug().begin(), in sizeWithoutDebug()
228 instructionsWithoutDebug().end()); in sizeWithoutDebug()
H A DFunction.cpp370 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount()
371 BB.instructionsWithoutDebug().end()); in getInstructionCount()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp177 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end()); in reprocessBasicBlock()
230 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) in processBasicBlock()
445 instructionsWithoutDebug(MBB->instr_begin(), MBB->instr_end())) { in getLiveInUses()
565 instructionsWithoutDebug(MBB->instr_rbegin(), MBB->instr_rend())) { in isRegUsedAfter()
H A DMachineBasicBlock.cpp1800 auto R = instructionsWithoutDebug(begin(), end()); in sizeWithoutDebugLargerThan()
/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.h361 instructionsWithoutDebug(bool SkipPseudoOp = true) const;
368 instructionsWithoutDebug(bool SkipPseudoOp = true);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp177 for (const auto &I : BB.instructionsWithoutDebug()) { in getFunctionFeatures()
H A DKernelInfo.cpp182 for (const Instruction &I : BB.instructionsWithoutDebug()) { in updateForBB()
H A DFunctionPropertiesAnalysis.cpp132 for (const Instruction &I : BB.instructionsWithoutDebug()) { in updateForBB()
H A DIR2Vec.cpp187 for (const auto &I : BB.instructionsWithoutDebug()) { in computeEmbeddings()
H A DIRSimilarityIdentifier.cpp1084 : &*BB->instructionsWithoutDebug().begin(); in createCanonicalRelationFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp261 for (auto &II : instructionsWithoutDebug(MBB.rbegin(), MBB.rend())) { in optimizeNZCVDefs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp320 auto InstsNoDbg = Pred1->instructionsWithoutDebug(); in mergeStores()
H A DLoopInterchange.cpp1125 for (Instruction &I : BB->instructionsWithoutDebug()) in canInterchangeLoops()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp563 instructionsWithoutDebug(MBB.instr_rbegin(), MBB.instr_rend())) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp290 for (Instruction &I : BB->instructionsWithoutDebug()) in getOutliningBenefit()
H A DMergeFunctions.cpp411 for (const Instruction &I : BB.instructionsWithoutDebug()) { in hasDistinctMetadataIntrinsic()
H A DPartialInlining.cpp804 for (Instruction &I : BB->instructionsWithoutDebug()) { in computeBBInlineCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp177 for (Instruction &InstRef : BB->instructionsWithoutDebug(false)) { in createVPInstructionsForVPBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp641 for (auto I = ExitingBlock->instructionsWithoutDebug().begin(); &*I != BI; ) { in simplifyOneLoop()
H A DCodeExtractor.cpp320 for (Instruction &II : BB.instructionsWithoutDebug()) in CodeExtractorAnalysisCache()
329 for (Instruction &II : BB.instructionsWithoutDebug()) { in findSideEffectInfoForBlock()
H A DSimplifyCFG.cpp3004 for (Instruction &CurI : reverse(BrBB->instructionsWithoutDebug(true))) { in isSafeToSpeculateStore()
3410 for (Instruction &I : reverse(BB->instructionsWithoutDebug(false))) { in blockIsSimpleEnoughToThreadThrough()
4279 for (auto &I : BB->instructionsWithoutDebug(false)) { in mergeConditionalStoreToAddress()
4580 if (&*BB->instructionsWithoutDebug(false).begin() != BI) in SimplifyCondBranchToCondBranch()
6068 for (Instruction &I : CaseDest->instructionsWithoutDebug(false)) { in getCaseResults()
7594 if (SI == &*BB->instructionsWithoutDebug(false).begin()) in simplifySwitch()
7944 auto I = BB->instructionsWithoutDebug(true).begin(); in simplifyCondBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1499 inline auto instructionsWithoutDebug(IterT It, IterT End,

12