Searched refs:removeInstruction (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp131 void removeInstruction(Instruction *Inst);
180 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { function in class:MergedLoadStoreMotion
183 MD->removeInstruction(Inst);
313 removeInstruction(HoistCand);
316 removeInstruction(ElseInst);
507 removeInstruction(S0);
508 removeInstruction(S1);
510 removeInstruction(A0);
512 removeInstruction(A1);
H A DMemCpyOptimizer.cpp483 MD->removeInstruction(*SI);
536 MD->removeInstruction(SI);
538 MD->removeInstruction(LI);
746 MD->removeInstruction(C);
759 MD->removeInstruction(cpy);
836 MD->removeInstruction(M);
854 MD->removeInstruction(M);
866 MD->removeInstruction(M);
888 MD->removeInstruction(M);
915 MD->removeInstruction(
[all...]
H A DDeadStoreElimination.cpp133 MD.removeInstruction(DeadInst);
H A DGVN.cpp1208 gvn.getMemDep().removeInstruction(SrcVal);
1646 if (MD) MD->removeInstruction(I);
2433 if (MD) MD->removeInstruction(*I);
2620 MD->removeInstruction(CurInst);
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h379 /// removeInstruction - Remove an instruction from the dependence analysis,
381 void removeInstruction(Instruction *InstToRemove);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java277 public void removeInstruction(int index) { method in class:MutableMethodImplementation
442 removeInstruction(index);
455 removeInstruction(previousIndex);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp79 MemDep->removeInstruction(PN); // Memdep updates AA itself.
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1471 /// removeInstruction - Remove an instruction from the dependence analysis,
1474 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { function in class:MemoryDependenceAnalysis

Completed in 233 milliseconds