Lines Matching refs:PreEntryBlock

377                         BasicBlock *PreEntryBlock,
381 BranchInst *createMergedBranch(BasicBlock *PreEntryBlock,
386 BasicBlock *PreEntryBlock,
1625 CHRScope *Scope, BasicBlock *PreEntryBlock) { in assertBranchOrSelectConditionHoisted() argument
1637 assert((I->getParent() == PreEntryBlock || in assertBranchOrSelectConditionHoisted()
1651 assert((I->getParent() == PreEntryBlock || in assertBranchOrSelectConditionHoisted()
1693 BasicBlock *PreEntryBlock = EntryBlock; in transformScopes() local
1699 cloneScopeBlocks(Scope, PreEntryBlock, ExitBlock, LastRegion, VMap); in transformScopes()
1703 BranchInst *MergedBr = createMergedBranch(PreEntryBlock, EntryBlock, in transformScopes()
1711 hoistScopeConditions(Scope, PreEntryBlock->getTerminator(), TrivialPHIs); in transformScopes()
1714 assertBranchOrSelectConditionHoisted(Scope, PreEntryBlock); in transformScopes()
1719 fixupBranchesAndSelects(Scope, PreEntryBlock, MergedBr, in transformScopes()
1727 BasicBlock *PreEntryBlock, in cloneScopeBlocks() argument
1740 assert(BB != PreEntryBlock && "Don't copy the preetntry block"); in cloneScopeBlocks()
1779 BranchInst *CHR::createMergedBranch(BasicBlock *PreEntryBlock, in createMergedBranch() argument
1783 BranchInst *OldBR = cast<BranchInst>(PreEntryBlock->getTerminator()); in createMergedBranch()
1797 PreEntryBlock->getInstList().push_back(NewBR); in createMergedBranch()
1806 BasicBlock *PreEntryBlock, in fixupBranchesAndSelects() argument
1812 IRBuilder<> IRB(PreEntryBlock->getTerminator()); in fixupBranchesAndSelects()