Searched defs:visitAllocaInst (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DInstVisitor.h54 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
169 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp91 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DLint.cpp91 void visitAllocaInst(AllocaInst &I);
503 void Lint::visitAllocaInst(AllocaInst &I) { function in class:Lint
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp506 void visitAllocaInst (Instruction &I) { markOverdefined(&I); } function in class:__anon7814::SCCPSolver
/external/llvm/lib/VMCore/
H A DVerifier.cpp288 void visitAllocaInst(AllocaInst &AI);
1405 void Verifier::visitAllocaInst(AllocaInst &AI) { function in class:Verifier

Completed in 112 milliseconds