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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicBlockUtils.h 59 // ReplaceInstWithInst - Replace the instruction specified by BI with the
63 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
66 // ReplaceInstWithInst - Replace the instruction specified by From with the
69 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 65 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 67 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
72 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 582 ReplaceInstWithInst(I, C);
587 ReplaceInstWithInst(I, Cast);
602 ReplaceInstWithInst(I, C);
619 ReplaceInstWithInst(I, C);
658 ReplaceInstWithInst(I, C);
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 185 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
188 "ReplaceInstWithInst: Instruction already inserted into basic block!");
205 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) {
207 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
633 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
674 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 211 /// ReplaceInstWithInst - Replace the instruction specified by BI with the
215 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
218 "ReplaceInstWithInst: Instruction already inserted into basic block!");
230 /// ReplaceInstWithInst - Replace the instruction specified by From with the
233 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) {
235 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 3963 milliseconds