Searched refs:visitStoreInst (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h151 void visitStoreInst(StoreInst &I);
H A DExecution.cpp830 void Interpreter::visitStoreInst(StoreInst &I) {
/external/llvm/include/llvm/Support/
H A DInstVisitor.h176 RetTy visitStoreInst(StoreInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h193 Instruction *visitStoreInst(StoreInst &SI);
H A DInstCombineLoadStoreAlloca.cpp573 Instruction *InstCombiner::visitStoreInst(StoreInst &SI) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DLint.cpp81 void visitStoreInst(StoreInst &I);
433 void Lint::visitStoreInst(StoreInst &I) { function in class:Lint
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp489 void visitStoreInst (StoreInst &I);
1025 void SCCPSolver::visitStoreInst(StoreInst &SI) { function in class:SCCPSolver
/external/llvm/lib/VMCore/
H A DVerifier.cpp274 void visitStoreInst(StoreInst &SI);
1444 void Verifier::visitStoreInst(StoreInst &SI) { function in class:Verifier

Completed in 320 milliseconds