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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 199 SizeOffsetType visitLoadInst(LoadInst &I);
260 SizeOffsetEvalType visitLoadInst(LoadInst &I);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 150 void visitLoadInst(LoadInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/
InstVisitor.h 175 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 198 Instruction *visitLoadInst(LoadInst &LI);
InstCombineLoadStoreAlloca.cpp 337 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) {
  /external/llvm/lib/Analysis/
Lint.cpp 80 void visitLoadInst(LoadInst &I);
461 void Lint::visitLoadInst(LoadInst &I) {
MemoryBuiltins.cpp 554 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) {
730 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 483 void visitLoadInst (LoadInst &I);
    [all...]
SROA.cpp 402 void visitLoadInst(LoadInst &LI) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 139 bool visitLoadInst(LoadInst &LI) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 293 void visitLoadInst(LoadInst &LI);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 434 milliseconds