HomeSort by: relevance | last modified time | path
    Searched defs:removeInstruction (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionPrecedenceTracking.cpp 109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) {
117 removeInstruction(UI);
MemoryDependenceAnalysis.cpp 1515 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) {
MustExecute.cpp 101 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) {
102 ICF.removeInstruction(Inst);
103 MW.removeInstruction(Inst);

Completed in 31 milliseconds