Searched refs:isEntryPoint (Results 1 – 15 of 15) sorted by relevance
232 bool isEntryPoint() const { return IsEntry; } in isEntryPoint() function in llvm::bolt::Chain660 if (SrcChain != DstChain && !DstChain->isEntryPoint() && in mergeColdChains()747 if ((ChainPred->isEntryPoint() || ChainSucc->isEntryPoint()) && in computeMergeGain()827 if (C1->isEntryPoint() != C2->isEntryPoint()) { in concatChains()828 if (C1->isEntryPoint()) in concatChains()830 if (C2->isEntryPoint()) in concatChains()883 assert(Order[0]->isEntryPoint() && "Original entry point is not preserved"); in reorderBasicBlocks()
120 assert(EntryBB.isEntryPoint() && "Weird, this should be the entry block!"); in checkFunction()
273 !TargetBB->isEntryPoint()) { in instrumentOneTarget()327 if ((*BBI)->isEntryPoint() || (*BBI)->isLandingPad()) { in instrumentFunction()329 if (opts::InstrumentCalls && (*BBI)->isEntryPoint()) { in instrumentFunction()
260 if (BB.isEntryPoint() || BB.isLandingPad()) in runOnFunction()737 BB.isEntryPoint()); in fixDoubleJumps()798 return (BB->pred_size() != 0 || BB->isLandingPad() || BB->isEntryPoint()); in fixTailCalls()1268 if (IncomingMap[&BB] < 100 || OutgoingMap[&BB] == 0 || BB.isEntryPoint()) in runOnFunctions()
236 if (BC.isAArch64() && BB->isEntryPoint()) { in splitFunction()
34 bool BinaryBasicBlock::isEntryPoint() const { in isEntryPoint() function in llvm::bolt::BinaryBasicBlock35 return getParent()->isEntryPoint(*this); in isEntryPoint()
83 if ((!BB->isEntryPoint() && !BB->isLandingPad()) || in postProcessProfile()
300 if (isEntryPoint(*BB) || BB->isLandingPad()) { in markUnreachableBlocks()338 assert(!isEntryPoint(*BB) && "all entry blocks must be valid"); in eraseInvalidBBs()513 if (isEntryPoint(*BB)) { in print()3013 if (isEntryPoint(*BB)) in dumpGraph()3504 [&](const BinaryBasicBlock *const BB) { return isEntryPoint(*BB); }); in dfs()
37 if (BB.isEntryPoint()) in getStartingStateAtBB()
113 if (YamlBB.CallSites.empty() && !BB->isEntryPoint() && in convert()
387 if (BB && (BB->isEntryPoint() || BB->isLandingPad())) { in readProfile()493 if (BB->isEntryPoint()) { in fetchProfileForOtherEntryPoints()605 if (I->second->isEntryPoint()) in readSampleData()773 if (FromInstruction && ToBB->isEntryPoint() && in recordBranch()
125 if (BB.isEntryPoint()) in parseFunctionProfile()
878 !FromBB->isEntryPoint() && !FromBB->isLandingPad()) { in recordTrace()961 if (BB->isEntryPoint()) in recordEntry()
669 bool isEntryPoint() const;
1113 bool isEntryPoint(const BinaryBasicBlock &BB) const { in isEntryPoint() function