Searched refs:BIL (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h56 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
63 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h58 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
65 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp196 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, argument
207 BI = BIL.erase(BI);
215 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, argument
221 BasicBlock::iterator New = BIL.insert(BI, I);
224 ReplaceInstWithValue(BIL, BI, I);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp171 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, argument
182 BI = BIL.erase(BI);
185 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, argument
196 BasicBlock::iterator New = BIL.insert(BI, I);
199 ReplaceInstWithValue(BIL, BI, I);

Completed in 676 milliseconds