Lines Matching refs:EntryBlock
382 BasicBlock *EntryBlock,
1537 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs() argument
1564 } else if (UI->getParent() == EntryBlock && isa<PHINode>(UI)) { in insertTrivialPHIs()
1664 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local
1667 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
1676 insertTrivialPHIs(Scope, EntryBlock, ExitBlock, TrivialPHIs); in transformScopes()
1686 CHR_DEBUG(dbgs() << "Splitting entry block " << EntryBlock->getName() in transformScopes()
1689 SplitBlock(EntryBlock, Scope->BranchInsertPoint, &DT); in transformScopes()
1690 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in transformScopes()
1693 BasicBlock *PreEntryBlock = EntryBlock; in transformScopes()
1703 BranchInst *MergedBr = createMergedBranch(PreEntryBlock, EntryBlock, in transformScopes()
1780 BasicBlock *EntryBlock, in createMergedBranch() argument
1786 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in createMergedBranch()
1798 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in createMergedBranch()