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

  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 134 void removeInstruction(Instruction *Inst);
183 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) {
186 MD->removeInstruction(Inst);
311 removeInstruction(HoistCand);
314 removeInstruction(ElseInst);
491 removeInstruction(S0);
492 removeInstruction(S1);
494 removeInstruction(A0);
496 removeInstruction(A1);
MemCpyOptimizer.cpp 475 MD->removeInstruction(SI);
538 MD->removeInstruction(SI);
540 MD->removeInstruction(LI);
748 MD->removeInstruction(C);
759 MD->removeInstruction(cpy);
834 MD->removeInstruction(M);
    [all...]
GVN.cpp     [all...]
DeadStoreElimination.cpp 139 MD.removeInstruction(DeadInst);
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 383 /// removeInstruction - Remove an instruction from the dependence analysis,
385 void removeInstruction(Instruction *InstToRemove);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 277 public void removeInstruction(int index) {
442 removeInstruction(index);
455 removeInstruction(previousIndex);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 79 MemDep->removeInstruction(PN); // Memdep updates AA itself.
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 371 milliseconds