Searched refs:getNextNonDebugInstruction (Results 1 – 6 of 6) sorted by relevance
516 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()
566 const Instruction *getNextNonDebugInstruction() const;567 Instruction *getNextNonDebugInstruction() {569 static_cast<const Instruction *>(this)->getNextNonDebugInstruction());
874 EXPECT_EQ(Term, BB.begin()->getNextNonDebugInstruction()); in TEST()878 EXPECT_EQ(nullptr, Term->getNextNonDebugInstruction()); in TEST()
598 const Instruction *Instruction::getNextNonDebugInstruction() const { in getNextNonDebugInstruction() function in Instruction
1740 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()1745 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
3655 if (SS->getNextNonDebugInstruction() == II) { in visitCallInst()3715 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst()3841 Instruction *Next = FI.getNextNonDebugInstruction(); in visitFenceInst()