HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceInstWithValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 54 // ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
57 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 196 /// ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
199 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL,
227 ReplaceInstWithValue(BIL, BI, I);
    [all...]

Completed in 70 milliseconds