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

  /external/llvm/include/llvm/Support/
InstVisitor.h 54 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
169 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 91 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) {
  /external/llvm/lib/Analysis/
Lint.cpp 91 void visitAllocaInst(AllocaInst &I);
503 void Lint::visitAllocaInst(AllocaInst &I) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 506 void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 288 void visitAllocaInst(AllocaInst &AI);
    [all...]

Completed in 24 milliseconds