Lines Matching refs:EntryBlock
348 BasicBlock *EntryBlock,
1557 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs() argument
1582 } else if (UI->getParent() == EntryBlock && isa<PHINode>(UI)) { in insertTrivialPHIs()
1701 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local
1704 std::optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
1713 insertTrivialPHIs(Scope, EntryBlock, ExitBlock, TrivialPHIs); in transformScopes()
1723 CHR_DEBUG(dbgs() << "Splitting entry block " << EntryBlock->getName() in transformScopes()
1726 SplitBlock(EntryBlock, Scope->BranchInsertPoint, &DT); in transformScopes()
1727 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in transformScopes()
1730 BasicBlock *PreEntryBlock = EntryBlock; in transformScopes()
1740 BranchInst *MergedBr = createMergedBranch(PreEntryBlock, EntryBlock, in transformScopes()
1823 BasicBlock *EntryBlock, in createMergedBranch() argument
1829 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in createMergedBranch()
1841 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in createMergedBranch()