Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h75 static const BasicBlock *getEntryBB(const Function *F) {
191 const BasicBlockT *getEntryBB(const FunctionT *F) {
192 return afdo_detail::IRTraits<BT>::getEntryBB(F);
602 const BasicBlockT *EntryBB = getEntryBB(EC->getParent());
1065 const BasicBlockT *EntryBB = getEntryBB(&F);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp132 static const MachineBasicBlock *getEntryBB(const MachineFunction *F) { in getEntryBB() function