OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
433
SizeOffsetType ObjectSizeOffsetVisitor::
visitAllocaInst
(AllocaInst &I) {
660
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
309
void
visitAllocaInst
(AllocaInst &AI);
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
452
void
visitAllocaInst
(AllocaInst &AI) {
[
all
...]
MemorySanitizer.cpp
[
all
...]
Completed in 665 milliseconds