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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 60 // ReplaceInstWithInst - Replace the instruction specified by BI with the
64 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
67 // ReplaceInstWithInst - Replace the instruction specified by From with the
70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 486 ReplaceInstWithInst(I, C);
502 ReplaceInstWithInst(I, C);
519 ReplaceInstWithInst(I, C);
547 ReplaceInstWithInst(I, C);
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 214 /// ReplaceInstWithInst - Replace the instruction specified by BI with the
218 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
221 "ReplaceInstWithInst: Instruction already inserted into basic block!");
233 /// ReplaceInstWithInst - Replace the instruction specified by From with the
236 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) {
238 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
692 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
728 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
    [all...]

Completed in 434 milliseconds