/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 118 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()
|
D | MemCpyOptimizer.cpp | 467 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 …]
|
D | GVN.cpp | 1074 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()
|
D | DeadStoreElimination.cpp | 88 MD.removeInstruction(DeadInst); in deleteDeadInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 407 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 …]
|
D | GVN.cpp | 799 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()
|
D | GVNHoist.cpp | 930 MD->removeInstruction(I); in rauw() 1054 MD->removeInstruction(Repl); in hoist()
|
D | LICM.cpp | 1445 SafetyInfo.removeInstruction(&I); in eraseInstruction() 1453 SafetyInfo.removeInstruction(&I); in moveInstructionBefore() 1843 SafetyInfo.removeInstruction(I); in instructionDeleted()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | InstructionPrecedenceTracking.h | 81 void removeInstruction(const Instruction *Inst);
|
D | MemoryDependenceAnalysis.h | 419 void removeInstruction(Instruction *InstToRemove);
|
D | MustExecute.h | 169 void removeInstruction(const Instruction *Inst);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InstructionPrecedenceTracking.h | 84 void removeInstruction(const Instruction *Inst);
|
D | MustExecute.h | 172 void removeInstruction(const Instruction *Inst);
|
D | MemoryDependenceAnalysis.h | 420 void removeInstruction(Instruction *InstToRemove);
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionPrecedenceTracking.cpp | 109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
|
D | MustExecute.cpp | 100 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/ |
D | InstructionPrecedenceTracking.cpp | 110 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
|
D | MustExecute.cpp | 98 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/ |
D | MutableMethodImplementation.java | 277 public void removeInstruction(int index) { 442 removeInstruction(index); 455 removeInstruction(previousIndex);
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 389 void removeInstruction(Instruction *InstToRemove);
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 334 MD->removeInstruction(I); in eraseInstruction() 1021 MD->removeInstruction(C); in performCallSlotOptzn() 1530 MD->removeInstruction(M); in processMemMove()
|
D | GVN.cpp | 899 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()
|
D | GVNHoist.cpp | 1033 MD->removeInstruction(I); in rauw() 1153 MD->removeInstruction(Repl); in hoist()
|
D | LICM.cpp | 1494 SafetyInfo.removeInstruction(&I); in eraseInstruction() 1502 SafetyInfo.removeInstruction(&I); in moveInstructionBefore() 1903 SafetyInfo.removeInstruction(I); in instructionDeleted()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 73 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()
|