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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 186 SizeOffsetType visitAllocaInst(AllocaInst &I);
253 SizeOffsetEvalType visitAllocaInst(AllocaInst &I);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 152 void visitAllocaInst(AllocaInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 56 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
174 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Analysis/
Lint.cpp 94 void visitAllocaInst(AllocaInst &I);
763 void Lint::visitAllocaInst(AllocaInst &I) {
    [all...]
MemoryBuiltins.cpp 428 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) {
661 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) {
CFLAliasAnalysis.cpp 333 void visitAllocaInst(AllocaInst &) {}
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 322 Instruction *visitAllocaInst(AllocaInst &AI);
InstCombineLoadStoreAlloca.cpp 223 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 343 void visitAllocaInst(AllocaInst &I);
    [all...]
AddressSanitizer.cpp 643 void visitAllocaInst(AllocaInst &AI) {
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 502 void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 383 void visitAllocaInst(AllocaInst &AI);
    [all...]

Completed in 2017 milliseconds