Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DBasicBlockTest.cpp124 CHECK_ITERATORS(BB1->instructionsWithoutDebug(), Exp); in TEST()
125 CHECK_ITERATORS(BBConst->instructionsWithoutDebug(), Exp); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DBasicBlock.h189 instructionsWithoutDebug() const;
195 instructionsWithoutDebug();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DBasicBlock.cpp95 BasicBlock::instructionsWithoutDebug() const { in instructionsWithoutDebug() function in BasicBlock
104 BasicBlock::instructionsWithoutDebug() { in instructionsWithoutDebug() function in BasicBlock
DFunction.cpp201 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount()
202 BB.instructionsWithoutDebug().end()); in getInstructionCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDivergenceAnalysis.cpp334 for (auto &I : BB.instructionsWithoutDebug()) { in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp288 auto InstsNoDbg = Pred1->instructionsWithoutDebug(); in mergeStores()
DLoopInterchange.cpp909 llvm::reverse(InnerLoopLatch->instructionsWithoutDebug())) { in currentLimitations()
1001 for (Instruction &I : BB->instructionsWithoutDebug()) in canInterchangeLoops()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1866 for (Instruction &CurI : reverse(BrBB->instructionsWithoutDebug())) { in isSafeToSpeculateStore()
2120 for (Instruction &I : BB->instructionsWithoutDebug()) { in BlockIsSimpleEnoughToThreadThrough()
2557 for (auto I = BB->instructionsWithoutDebug().begin(), in FoldBranchToCommonDest()
2558 E = BB->instructionsWithoutDebug().end(); in FoldBranchToCommonDest()
2919 for (auto &I : BB->instructionsWithoutDebug()) { in mergeConditionalStoreToAddress()
3232 if (&*BB->instructionsWithoutDebug().begin() != BI) in SimplifyCondBranchToCondBranch()
4637 for (Instruction &I :CaseDest->instructionsWithoutDebug()) { in GetCaseResults()
5595 if (SI == &*BB->instructionsWithoutDebug().begin()) in SimplifySwitch()
5822 auto I = BB->instructionsWithoutDebug().begin(); in SimplifyCondBranch()
DLoopSimplify.cpp617 for (auto I = ExitingBlock->instructionsWithoutDebug().begin(); &*I != BI; ) { in simplifyOneLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5620 for (Instruction &I : BB->instructionsWithoutDebug()) { in expectedCost()
6974 for (Instruction &I : BB->instructionsWithoutDebug()) { in buildVPlanWithVPRecipes()