Home
last modified time | relevance | path

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

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