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

  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 131 void removeInstruction(Instruction *Inst);
180 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) {
183 MD->removeInstruction(Inst);
313 removeInstruction(HoistCand);
316 removeInstruction(ElseInst);
507 removeInstruction(S0);
508 removeInstruction(S1);
510 removeInstruction(A0);
512 removeInstruction(A1);
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]

Completed in 643 milliseconds