Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp318 const BasicBlock *getIRBlock(unsigned Slot);
319 const BasicBlock *getIRBlock(unsigned Slot, const Function &F);
1965 BB = const_cast<BasicBlock *>(getIRBlock(SlotNumber, F)); in parseIRBlock()
2819 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock() function in MIParser
2825 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock() function in MIParser
2827 return getIRBlock(Slot); in getIRBlock()