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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 153 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) {
  /external/llvm/include/llvm/
InstVisitor.h 56 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
174 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
  /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/Transforms/Scalar/
SCCP.cpp 499 void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
    [all...]
  /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...]

Completed in 449 milliseconds