OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:visitAllocaInst
(Results
1 - 25
of
30
) sorted by null
1
2
/external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h
53
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
170
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(Instruction); }
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
25
Instruction *InstCombiner::
visitAllocaInst
(AllocaInst &AI) {
/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) {
CFLGraph.h
290
void
visitAllocaInst
(AllocaInst &Inst) { addNode(&Inst); }
MemoryBuiltins.cpp
451
SizeOffsetType ObjectSizeOffsetVisitor::
visitAllocaInst
(AllocaInst &I) {
725
SizeOffsetEvalType ObjectSizeOffsetEvaluator::
visitAllocaInst
(AllocaInst &I) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp
90
void
visitAllocaInst
(AllocaInst &I);
500
void Lint::
visitAllocaInst
(AllocaInst &I) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
InstVisitor.h
56
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
180
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
226
Instruction *InstCombiner::
visitAllocaInst
(AllocaInst &AI) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
525
void
visitAllocaInst
(Instruction &I) { markOverdefined(&I); }
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp
538
void
visitAllocaInst
(Instruction &I) { markOverdefined(&I); }
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
350
void
visitAllocaInst
(AllocaInst &I);
[
all
...]
Completed in 6678 milliseconds
1
2