Searched refs:removeInstruction (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h84 void removeInstruction(const Instruction *Inst);
H A DMustExecute.h133 /// removeInstruction whenever we modify a basic block's contents by adding or
172 void removeInstruction(const Instruction *Inst);
H A DMemoryDependenceAnalysis.h420 void removeInstruction(Instruction *InstToRemove);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp407 MD->removeInstruction(SI);
598 MD->removeInstruction(SI);
600 MD->removeInstruction(LI);
647 MD->removeInstruction(SI);
649 MD->removeInstruction(LI);
686 MD->removeInstruction(SI);
899 MD->removeInstruction(C);
911 MD->removeInstruction(cpy);
986 MD->removeInstruction(M);
1054 MD->removeInstruction(MemSe
[all...]
H A DGVNHoist.cpp930 MD->removeInstruction(I);
1054 MD->removeInstruction(Repl);
H A DGVN.cpp799 gvn.getMemDep().removeInstruction(Load);
2210 if (MD) MD->removeInstruction(I);
2212 ICF->removeInstruction(I);
2440 MD->removeInstruction(CurInst);
2444 ICF->removeInstruction(CurInst);
H A DLICM.cpp1445 SafetyInfo.removeInstruction(&I);
1453 SafetyInfo.removeInstruction(&I);
1843 SafetyInfo.removeInstruction(I);
H A DDeadStoreElimination.cpp130 MD.removeInstruction(DeadInst);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp110 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { function in class:InstructionPrecedenceTracking
H A DMustExecute.cpp98 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { function in class:ICFLoopSafetyInfo
99 ICF.removeInstruction(Inst);
100 MW.removeInstruction(Inst);
H A DMemoryDependenceAnalysis.cpp1542 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { function in class:MemoryDependenceResults
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp150 MemDep->removeInstruction(PN); // Memdep updates AA itself.

Completed in 285 milliseconds