Home
last modified time | relevance | path

Searched refs:BIL (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp70 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 …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h117 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
124 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp464 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() argument
475 BI = BIL.erase(BI); in ReplaceInstWithValue()
478 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, in ReplaceInstWithInst() argument
489 BasicBlock::iterator New = BIL.insert(BI, I); in ReplaceInstWithInst()
492 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()