Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp134 void removeInstruction(Instruction *Inst);
183 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { in INITIALIZE_PASS_DEPENDENCY()
186 MD->removeInstruction(Inst); in INITIALIZE_PASS_DEPENDENCY()
311 removeInstruction(HoistCand); in hoistInstruction()
314 removeInstruction(ElseInst); in hoistInstruction()
491 removeInstruction(S0); in sinkStore()
492 removeInstruction(S1); in sinkStore()
494 removeInstruction(A0); in sinkStore()
496 removeInstruction(A1); in sinkStore()
DMemCpyOptimizer.cpp475 MD->removeInstruction(SI); in INITIALIZE_PASS_DEPENDENCY()
538 MD->removeInstruction(SI); in processStore()
540 MD->removeInstruction(LI); in processStore()
748 MD->removeInstruction(C); in performCallSlotOptzn()
759 MD->removeInstruction(cpy); in performCallSlotOptzn()
834 MD->removeInstruction(M); in processMemCpyMemCpyDependence()
900 MD->removeInstruction(MemSet); in processMemSetMemCpyDependence()
949 MD->removeInstruction(M); in processMemCpy()
961 MD->removeInstruction(M); in processMemCpy()
992 MD->removeInstruction(M); in processMemCpy()
[all …]
DGVN.cpp1220 gvn.getMemDep().removeInstruction(SrcVal); in GetLoadValueForLoad()
1642 if (MD) MD->removeInstruction(I); in PerformLoadPRE()
2519 if (MD) MD->removeInstruction(*I); in processBlock()
2701 MD->removeInstruction(CurInst); in performScalarPRE()
DDeadStoreElimination.cpp139 MD.removeInstruction(DeadInst); in DeleteDeadInstruction()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h385 void removeInstruction(Instruction *InstToRemove);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java277 public void removeInstruction(int index) {
442 removeInstruction(index);
455 removeInstruction(previousIndex);
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp79 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1545 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceAnalysis