Lines Matching refs:PreEntryBlock
334 BasicBlock *PreEntryBlock,
338 BranchInst *createMergedBranch(BasicBlock *PreEntryBlock,
343 BasicBlock *PreEntryBlock,
1632 CHRScope *Scope, BasicBlock *PreEntryBlock) { in assertBranchOrSelectConditionHoisted() argument
1644 assert((I->getParent() == PreEntryBlock || in assertBranchOrSelectConditionHoisted()
1658 assert((I->getParent() == PreEntryBlock || in assertBranchOrSelectConditionHoisted()
1700 BasicBlock *PreEntryBlock = EntryBlock; in transformScopes() local
1706 cloneScopeBlocks(Scope, PreEntryBlock, ExitBlock, LastRegion, VMap); in transformScopes()
1710 BranchInst *MergedBr = createMergedBranch(PreEntryBlock, EntryBlock, in transformScopes()
1718 hoistScopeConditions(Scope, PreEntryBlock->getTerminator(), TrivialPHIs, DT); in transformScopes()
1721 assertBranchOrSelectConditionHoisted(Scope, PreEntryBlock); in transformScopes()
1726 fixupBranchesAndSelects(Scope, PreEntryBlock, MergedBr, in transformScopes()
1734 BasicBlock *PreEntryBlock, in cloneScopeBlocks() argument
1747 assert(BB != PreEntryBlock && "Don't copy the preetntry block"); in cloneScopeBlocks()
1786 BranchInst *CHR::createMergedBranch(BasicBlock *PreEntryBlock, in createMergedBranch() argument
1790 BranchInst *OldBR = cast<BranchInst>(PreEntryBlock->getTerminator()); in createMergedBranch()
1804 PreEntryBlock->getInstList().push_back(NewBR); in createMergedBranch()
1813 BasicBlock *PreEntryBlock, in fixupBranchesAndSelects() argument
1819 IRBuilder<> IRB(PreEntryBlock->getTerminator()); in fixupBranchesAndSelects()