Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp94 BasicBlock::instructionsWithoutDebug() const { in instructionsWithoutDebug() function in BasicBlock
103 BasicBlock::instructionsWithoutDebug() { in instructionsWithoutDebug() function in BasicBlock
113 return std::distance(instructionsWithoutDebug().begin(), in sizeWithoutDebug()
114 instructionsWithoutDebug().end()); in sizeWithoutDebug()
DFunction.cpp230 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount()
231 BB.instructionsWithoutDebug().end()); in getInstructionCount()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h187 instructionsWithoutDebug() const;
193 instructionsWithoutDebug();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculateAnalyses.cpp38 llvm::any_of(BB.instructionsWithoutDebug(), findCallInst)) in findBBwithCalls()
61 for (auto &I : BB->instructionsWithoutDebug()) in findCalles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp303 auto InstsNoDbg = Pred1->instructionsWithoutDebug(); in mergeStores()
DLoopInterchange.cpp855 llvm::reverse(InnerLoopLatch->instructionsWithoutDebug())) { in currentLimitations()
969 for (Instruction &I : BB->instructionsWithoutDebug()) in canInterchangeLoops()
DLoopIdiomRecognize.cpp1510 auto InstWithoutDebugIt = CurLoop->getHeader()->instructionsWithoutDebug(); in recognizeAndInsertFFS()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLegacyDivergenceAnalysis.cpp403 for (auto &I : BB.instructionsWithoutDebug()) { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1905 for (Instruction &CurI : reverse(BrBB->instructionsWithoutDebug())) { in isSafeToSpeculateStore()
2159 for (Instruction &I : BB->instructionsWithoutDebug()) { in BlockIsSimpleEnoughToThreadThrough()
2604 for (auto I = BB->instructionsWithoutDebug().begin(), in FoldBranchToCommonDest()
2605 E = BB->instructionsWithoutDebug().end(); in FoldBranchToCommonDest()
3013 for (auto &I : BB->instructionsWithoutDebug()) { in mergeConditionalStoreToAddress()
3344 if (&*BB->instructionsWithoutDebug().begin() != BI) in SimplifyCondBranchToCondBranch()
4748 for (Instruction &I :CaseDest->instructionsWithoutDebug()) { in GetCaseResults()
5709 if (SI == &*BB->instructionsWithoutDebug().begin()) in SimplifySwitch()
5936 auto I = BB->instructionsWithoutDebug().begin(); in SimplifyCondBranch()
DCodeExtractor.cpp310 for (Instruction &II : BB.instructionsWithoutDebug()) in CodeExtractorAnalysisCache()
319 for (Instruction &II : BB.instructionsWithoutDebug()) { in findSideEffectInfoForBlock()
DLoopSimplify.cpp641 for (auto I = ExitingBlock->instructionsWithoutDebug().begin(); &*I != BI; ) { in simplifyOneLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp231 for (Instruction &I : BB->instructionsWithoutDebug()) in getOutliningBenefit()
DFunctionAttrs.cpp1370 for (auto &I : BB.instructionsWithoutDebug()) in addNoRecurseAttrs()
DPartialInlining.cpp852 for (Instruction &I : BB->instructionsWithoutDebug()) { in computeBBInlineCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp1112 for (Instruction &I : BB->instructionsWithoutDebug()) { in canTailPredicateLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5139 for (Instruction &I : BB->instructionsWithoutDebug()) { in getSmallestAndWidestTypes()
5398 for (Instruction &I : BB->instructionsWithoutDebug()) { in calculateRegisterUsage()
5720 for (Instruction &I : BB->instructionsWithoutDebug()) { in expectedCost()
7206 for (Instruction &I : BB->instructionsWithoutDebug()) { in buildVPlanWithVPRecipes()