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 55 // ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
58 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 193 /// ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
196 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL,
224 ReplaceInstWithValue(BIL, BI, I);

Completed in 53 milliseconds