Home
last modified time | relevance | path

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

12

/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-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp407 MD->removeInstruction(SI); in INITIALIZE_PASS_DEPENDENCY()
598 MD->removeInstruction(SI); in processStore()
600 MD->removeInstruction(LI); in processStore()
647 MD->removeInstruction(SI); in processStore()
649 MD->removeInstruction(LI); in processStore()
686 MD->removeInstruction(SI); in processStore()
899 MD->removeInstruction(C); in performCallSlotOptzn()
911 MD->removeInstruction(cpy); in performCallSlotOptzn()
986 MD->removeInstruction(M); in processMemCpyMemCpyDependence()
1054 MD->removeInstruction(MemSet); in processMemSetMemCpyDependence()
[all …]
DGVN.cpp799 gvn.getMemDep().removeInstruction(Load); in MaterializeAdjustedValue()
2210 if (MD) MD->removeInstruction(I); in processBlock()
2212 ICF->removeInstruction(I); in processBlock()
2440 MD->removeInstruction(CurInst); in performScalarPRE()
2444 ICF->removeInstruction(CurInst); in performScalarPRE()
DGVNHoist.cpp930 MD->removeInstruction(I); in rauw()
1054 MD->removeInstruction(Repl); in hoist()
DLICM.cpp1445 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1453 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1843 SafetyInfo.removeInstruction(I); in instructionDeleted()
/external/llvm-project/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h81 void removeInstruction(const Instruction *Inst);
DMemoryDependenceAnalysis.h419 void removeInstruction(Instruction *InstToRemove);
DMustExecute.h169 void removeInstruction(const Instruction *Inst);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h84 void removeInstruction(const Instruction *Inst);
DMustExecute.h172 void removeInstruction(const Instruction *Inst);
DMemoryDependenceAnalysis.h420 void removeInstruction(Instruction *InstToRemove);
/external/llvm-project/llvm/lib/Analysis/
DInstructionPrecedenceTracking.cpp109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
DMustExecute.cpp100 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
101 ICF.removeInstruction(Inst); in removeInstruction()
102 MW.removeInstruction(Inst); in removeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionPrecedenceTracking.cpp110 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
DMustExecute.cpp98 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
99 ICF.removeInstruction(Inst); in removeInstruction()
100 MW.removeInstruction(Inst); in removeInstruction()
/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/llvm-project/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp334 MD->removeInstruction(I); in eraseInstruction()
1021 MD->removeInstruction(C); in performCallSlotOptzn()
1530 MD->removeInstruction(M); in processMemMove()
DGVN.cpp899 gvn.getMemDep().removeInstruction(Load); in MaterializeAdjustedValue()
2396 if (MD) MD->removeInstruction(I); in processBlock()
2400 ICF->removeInstruction(I); in processBlock()
2632 MD->removeInstruction(CurInst); in performScalarPRE()
2638 ICF->removeInstruction(CurInst); in performScalarPRE()
DGVNHoist.cpp1033 MD->removeInstruction(I); in rauw()
1153 MD->removeInstruction(Repl); in hoist()
DLICM.cpp1494 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1502 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1903 SafetyInfo.removeInstruction(I); in instructionDeleted()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp73 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()

12