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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 337 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) {
  /external/llvm/include/llvm/
InstVisitor.h 175 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);}
  /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 2474 milliseconds