Searched defs:removeInstruction (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp118 void removeInstruction(Instruction *Inst);
144 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { function in class:MergedLoadStoreMotion
147 MD->removeInstruction(Inst);
276 removeInstruction(HoistCand);
279 removeInstruction(ElseInst);
452 removeInstruction(S0);
453 removeInstruction(S1);
455 removeInstruction(A0);
457 removeInstruction(A1);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java277 public void removeInstruction(int index) { method in class:MutableMethodImplementation
442 removeInstruction(index);
455 removeInstruction(previousIndex);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1259 /// removeInstruction - Remove an instruction from the dependence analysis,
1262 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { function in class:MemoryDependenceAnalysis
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1457 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { function in class:MemoryDependenceResults

Completed in 462 milliseconds