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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 187 SizeOffsetType visitAllocaInst(AllocaInst &I);
251 SizeOffsetEvalType visitAllocaInst(AllocaInst &I);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 149 void visitAllocaInst(AllocaInst &I);
Execution.cpp 742 void Interpreter::visitAllocaInst(AllocaInst &I) {
    [all...]
  /external/llvm/include/llvm/Support/
InstVisitor.h 56 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
174 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 189 Instruction *visitAllocaInst(AllocaInst &AI);
InstCombineLoadStoreAlloca.cpp 172 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) {
  /external/llvm/lib/Analysis/
Lint.cpp 91 void visitAllocaInst(AllocaInst &I);
503 void Lint::visitAllocaInst(AllocaInst &I) {
MemoryBuiltins.cpp 418 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) {
639 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) {
  /external/llvm/lib/VMCore/
Verifier.cpp 289 void visitAllocaInst(AllocaInst &AI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 506 void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
    [all...]

Completed in 37 milliseconds