Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp118 void removeInstruction(Instruction *Inst);
144 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { in removeInstruction() function in MergedLoadStoreMotion
147 MD->removeInstruction(Inst); in removeInstruction()
276 removeInstruction(HoistCand); in hoistInstruction()
279 removeInstruction(ElseInst); in hoistInstruction()
452 removeInstruction(S0); in sinkStore()
453 removeInstruction(S1); in sinkStore()
455 removeInstruction(A0); in sinkStore()
457 removeInstruction(A1); in sinkStore()
DMemCpyOptimizer.cpp467 MD->removeInstruction(SI); in INITIALIZE_PASS_DEPENDENCY()
646 MD->removeInstruction(SI); in processStore()
648 MD->removeInstruction(LI); in processStore()
695 MD->removeInstruction(SI); in processStore()
697 MD->removeInstruction(LI); in processStore()
735 MD->removeInstruction(SI); in processStore()
939 MD->removeInstruction(C); in performCallSlotOptzn()
950 MD->removeInstruction(cpy); in performCallSlotOptzn()
1026 MD->removeInstruction(M); in processMemCpyMemCpyDependence()
1092 MD->removeInstruction(MemSet); in processMemSetMemCpyDependence()
[all …]
DGVN.cpp1074 gvn.getMemDep().removeInstruction(SrcVal); in GetLoadValueForLoad()
1530 if (MD) MD->removeInstruction(I); in PerformLoadPRE()
2279 if (MD) MD->removeInstruction(*I); in processBlock()
2459 MD->removeInstruction(CurInst); in performScalarPRE()
DDeadStoreElimination.cpp88 MD.removeInstruction(DeadInst); in deleteDeadInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp471 MD->removeInstruction(*SI); in INITIALIZE_PASS_DEPENDENCY()
517 MD->removeInstruction(SI); in processStore()
519 MD->removeInstruction(LI); in processStore()
688 MD->removeInstruction(C); in performCallSlotOptzn()
691 MD->removeInstruction(cpy); in performCallSlotOptzn()
768 MD->removeInstruction(M); in processMemCpyMemCpyDependence()
787 MD->removeInstruction(M); in processMemCpy()
799 MD->removeInstruction(M); in processMemCpy()
818 MD->removeInstruction(M); in processMemCpy()
851 MD->removeInstruction(M); in processMemMove()
DGVN.cpp1031 gvn.getMemDep().removeInstruction(SrcVal); in GetLoadValueForLoad()
1615 if (MD) MD->removeInstruction(I); in processNonLocalLoad()
2204 if (MD) MD->removeInstruction(*I); in processBlock()
2377 if (MD) MD->removeInstruction(CurInst); in performPRE()
DDeadStoreElimination.cpp120 MD.removeInstruction(DeadInst); in DeleteDeadInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h375 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/include/llvm/Analysis/
DMemoryDependenceAnalysis.h389 void removeInstruction(Instruction *InstToRemove);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicBlockUtils.cpp84 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp73 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DCodeRewriter.java441 arrayGet.getBlock().removeInstruction(arrayGet); in removeSwitchMaps()
445 staticGet.getBlock().removeInstruction(staticGet); in removeSwitchMaps()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp1262 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceAnalysis
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlock.java879 public void removeInstruction(Instruction toRemove) { in removeInstruction() method in BasicBlock
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1457 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults