Lines Matching refs:EntryBlock
339 BasicBlock *EntryBlock,
1548 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs() argument
1573 } else if (UI->getParent() == EntryBlock && isa<PHINode>(UI)) { in insertTrivialPHIs()
1671 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local
1674 Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock); in transformScopes()
1683 insertTrivialPHIs(Scope, EntryBlock, ExitBlock, TrivialPHIs); in transformScopes()
1693 CHR_DEBUG(dbgs() << "Splitting entry block " << EntryBlock->getName() in transformScopes()
1696 SplitBlock(EntryBlock, Scope->BranchInsertPoint, &DT); in transformScopes()
1697 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in transformScopes()
1700 BasicBlock *PreEntryBlock = EntryBlock; in transformScopes()
1710 BranchInst *MergedBr = createMergedBranch(PreEntryBlock, EntryBlock, in transformScopes()
1787 BasicBlock *EntryBlock, in createMergedBranch() argument
1793 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in createMergedBranch()
1805 assert(NewEntryBlock->getSinglePredecessor() == EntryBlock && in createMergedBranch()