Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h349 LLVM_ABI const Instruction *getFirstMayFaultInst() const;
350 Instruction *getFirstMayFaultInst() { in getFirstMayFaultInst() function
352 static_cast<const BasicBlock *>(this)->getFirstMayFaultInst()); in getFirstMayFaultInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp314 const Instruction *BasicBlock::getFirstMayFaultInst() const { in getFirstMayFaultInst() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1468 if (BB->getFirstMayFaultInst()) { in reportIPToStateForBlocks()