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

  /external/llvm/include/llvm/IR/
InstVisitor.h 56 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
177 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Analysis/
Lint.cpp 95 void visitAllocaInst(AllocaInst &I);
567 void Lint::visitAllocaInst(AllocaInst &I) {
MemoryBuiltins.cpp 443 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) {
673 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) {
CFLAliasAnalysis.cpp 227 void visitAllocaInst(AllocaInst &) {}
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 224 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 510 void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 350 void visitAllocaInst(AllocaInst &I);
    [all...]
AddressSanitizer.cpp 676 void visitAllocaInst(AllocaInst &AI) {
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 398 void visitAllocaInst(AllocaInst &AI);
    [all...]

Completed in 165 milliseconds