Home
last modified time | relevance | path

Searched refs:getFirstMayFaultInst (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h331 const Instruction* getFirstMayFaultInst() const;
332 Instruction* getFirstMayFaultInst() { in getFirstMayFaultInst() function
334 static_cast<const BasicBlock*>(this)->getFirstMayFaultInst()); in getFirstMayFaultInst()
/src/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp356 const Instruction *BasicBlock::getFirstMayFaultInst() const { in getFirstMayFaultInst() function in BasicBlock
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1453 if (BB->getFirstMayFaultInst()) { in reportIPToStateForBlocks()