Searched refs:BIL (Results 1 – 3 of 3) sorted by relevance
70 void populateBlocks(BlockISELList &BIL);267 auto MI = BIL.begin(); in handleSpecialCases()268 while (MI != BIL.end()) { in handleSpecialCases()294 MI = BIL.erase(MI); in handleSpecialCases()317 MI = BIL.erase(MI); in handleSpecialCases()329 if (BIL.empty()) in reorganizeBlockLayout()411 .add(BIL.back()->getOperand(3)) in reorganizeBlockLayout()425 for (auto &MI : BIL) { in populateBlocks()482 handleSpecialCases(BIL, MBB); in expandMergeableISELs()483 reorganizeBlockLayout(BIL, MBB); in expandMergeableISELs()[all …]
117 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,124 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
464 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() argument475 BI = BIL.erase(BI); in ReplaceInstWithValue()478 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, in ReplaceInstWithInst() argument489 BasicBlock::iterator New = BIL.insert(BI, I); in ReplaceInstWithInst()492 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()