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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 195 SizeOffsetType visitAllocaInst(AllocaInst &I);
262 SizeOffsetEvalType visitAllocaInst(AllocaInst &I);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 149 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 90 void visitAllocaInst(AllocaInst &I);
565 void Lint::visitAllocaInst(AllocaInst &I) {
MemoryBuiltins.cpp 444 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) {
678 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 209 Instruction *visitAllocaInst(AllocaInst &AI);
InstCombineLoadStoreAlloca.cpp 165 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 317 void visitAllocaInst(AllocaInst &I);
    [all...]
AddressSanitizer.cpp 522 void visitAllocaInst(AllocaInst &AI) {
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 501 void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 317 void visitAllocaInst(AllocaInst &AI);
    [all...]

Completed in 451 milliseconds