Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h611 const Instruction *getNextNonDebugInstruction() const;
612 Instruction *getNextNonDebugInstruction() {
614 static_cast<const Instruction *>(this)->getNextNonDebugInstruction());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3999 if (SS->getNextNonDebugInstruction() == II) { in visitCallInst()
4060 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst()
4169 Instruction *NextInst = II->getNextNonDebugInstruction(); in visitCallInst()
4174 NextInst = NextInst->getNextNonDebugInstruction(); in visitCallInst()
4184 Instruction *MoveI = II->getNextNonDebugInstruction(); in visitCallInst()
4187 MoveI = MoveI->getNextNonDebugInstruction(); in visitCallInst()
4204 Instruction *Next = FI.getNextNonDebugInstruction(); in visitFenceInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp616 const Instruction *Instruction::getNextNonDebugInstruction() const { in getNextNonDebugInstruction() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1772 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
1777 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()