Home
last modified time | relevance | path

Searched refs:getNextNonDebugInstruction (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp516 Instruction &B = *A.getNextNonDebugInstruction(); in TEST()
517 Instruction &C = *B.getNextNonDebugInstruction(); in TEST()
518 Instruction &D = *C.getNextNonDebugInstruction(); in TEST()
519 Instruction &E = *D.getNextNonDebugInstruction(); in TEST()
520 Instruction &F_ = *E.getNextNonDebugInstruction(); in TEST()
521 Instruction &Barrier = *F_.getNextNonDebugInstruction(); in TEST()
522 Instruction &G = *Barrier.getNextNonDebugInstruction(); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h566 const Instruction *getNextNonDebugInstruction() const;
567 Instruction *getNextNonDebugInstruction() {
569 static_cast<const Instruction *>(this)->getNextNonDebugInstruction());
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp874 EXPECT_EQ(Term, BB.begin()->getNextNonDebugInstruction()); in TEST()
878 EXPECT_EQ(nullptr, Term->getNextNonDebugInstruction()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp598 const Instruction *Instruction::getNextNonDebugInstruction() const { in getNextNonDebugInstruction() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1740 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
1745 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3655 if (SS->getNextNonDebugInstruction() == II) { in visitCallInst()
3715 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst()
3841 Instruction *Next = FI.getNextNonDebugInstruction(); in visitFenceInst()