HomeSort by relevance Sort by last modified time
    Searched refs:visitLoadInst (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Support/
InstVisitor.h 170 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 150 void visitLoadInst(LoadInst &I);
Execution.cpp 790 void Interpreter::visitLoadInst(LoadInst &I) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 192 Instruction *visitLoadInst(LoadInst &LI);
InstCombineLoadStoreAlloca.cpp 213 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) {
  /external/llvm/lib/Analysis/
Lint.cpp 80 void visitLoadInst(LoadInst &I);
427 void Lint::visitLoadInst(LoadInst &I) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 490 void visitLoadInst (LoadInst &I);
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 272 void visitLoadInst(LoadInst &LI);
    [all...]

Completed in 1073 milliseconds