Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp131 void removeInstruction(Instruction *Inst);
180 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { in INITIALIZE_PASS_DEPENDENCY()
183 MD->removeInstruction(Inst); in INITIALIZE_PASS_DEPENDENCY()
313 removeInstruction(HoistCand); in hoistInstruction()
316 removeInstruction(ElseInst); in hoistInstruction()
507 removeInstruction(S0); in sinkStore()
508 removeInstruction(S1); in sinkStore()
510 removeInstruction(A0); in sinkStore()
512 removeInstruction(A1); in sinkStore()
DMemCpyOptimizer.cpp483 MD->removeInstruction(*SI); in INITIALIZE_PASS_DEPENDENCY()
536 MD->removeInstruction(SI); in processStore()
538 MD->removeInstruction(LI); in processStore()
746 MD->removeInstruction(C); in performCallSlotOptzn()
759 MD->removeInstruction(cpy); in performCallSlotOptzn()
836 MD->removeInstruction(M); in processMemCpyMemCpyDependence()
854 MD->removeInstruction(M); in processMemCpy()
866 MD->removeInstruction(M); in processMemCpy()
888 MD->removeInstruction(M); in processMemCpy()
915 MD->removeInstruction(M); in processMemCpy()
[all …]
DGVN.cpp1208 gvn.getMemDep().removeInstruction(SrcVal); in GetLoadValueForLoad()
1646 if (MD) MD->removeInstruction(I); in PerformLoadPRE()
2433 if (MD) MD->removeInstruction(*I); in processBlock()
2620 MD->removeInstruction(CurInst); in performScalarPRE()
DDeadStoreElimination.cpp133 MD.removeInstruction(DeadInst); in DeleteDeadInstruction()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h381 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.cpp1474 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceAnalysis