Searched refs:getEntryBB (Results 1 – 2 of 2) sorted by relevance
76 static const BasicBlock *getEntryBB(const Function *F) {219 const BasicBlockT *getEntryBB(const FunctionT *F) {220 return afdo_detail::IRTraits<BT>::getEntryBB(F);630 const BasicBlockT *EntryBB = getEntryBB(EC->getParent());1093 const BasicBlockT *EntryBB = getEntryBB(&F);
132 static const MachineBasicBlock *getEntryBB(const MachineFunction *F) { in getEntryBB() function