Home
last modified time | relevance | path

Searched defs:getFirstMayFaultInst (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h331 const Instruction* getFirstMayFaultInst() const; in getFirstMayFaultInst() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp390 const Instruction *BasicBlock::getFirstMayFaultInst() const { getFirstMayFaultInst() function in BasicBlock