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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 199 SizeOffsetType visitAllocaInst(AllocaInst &I);
264 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/
InstVisitor.h 56 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
174 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 195 Instruction *visitAllocaInst(AllocaInst &AI);
InstCombineLoadStoreAlloca.cpp 153 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) {
  /external/llvm/lib/Analysis/
Lint.cpp 91 void visitAllocaInst(AllocaInst &I);
537 void Lint::visitAllocaInst(AllocaInst &I) {
MemoryBuiltins.cpp 449 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) {
688 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) {
  /external/llvm/lib/IR/
Verifier.cpp 293 void visitAllocaInst(AllocaInst &AI);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 434 void visitAllocaInst(AllocaInst &AI) {
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 499 void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
    [all...]

Completed in 121 milliseconds