Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h69 static const BasicBlock *getEntryBB(const Function *F) {
121 const BasicBlockT *getEntryBB(const FunctionT *F) {
122 return afdo_detail::IRTraits<BT>::getEntryBB(F);
459 const BasicBlockT *EntryBB = getEntryBB(EC->getParent());
922 const BasicBlockT *EntryBB = getEntryBB(&F);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp108 static const MachineBasicBlock *getEntryBB(const MachineFunction *F) { in getEntryBB() function