Searched refs:getIRBlock (Results 1 – 1 of 1) sorted by relevance
552 const BasicBlock *getIRBlock(unsigned Slot);553 const BasicBlock *getIRBlock(unsigned Slot, const Function &F);2585 BB = const_cast<BasicBlock *>(getIRBlock(SlotNumber, F)); in parseIRBlock()3523 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock() function in MIParser3529 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock() function in MIParser3531 return getIRBlock(Slot); in getIRBlock()