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 60 // ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
63 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 187 /// ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
190 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL,
218 ReplaceInstWithValue(BIL, BI, I);
    [all...]

Completed in 92 milliseconds