OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:visitAllocaInst
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h
309
bool
visitAllocaInst
(AllocaInst &AI) { return false; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h
270
SizeOffsetType
visitAllocaInst
(AllocaInst &I);
341
SizeOffsetEvalType
visitAllocaInst
(AllocaInst &I);
IRSimilarityIdentifier.h
393
InstrType
visitAllocaInst
(AllocaInst &AI) { return Illegal; }
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
130
void
visitAllocaInst
(AllocaInst &I);
Execution.cpp
1017
void Interpreter::
visitAllocaInst
(AllocaInst &I) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h
54
/// void
visitAllocaInst
(AllocaInst &AI) { ++Count; }
169
RetTy
visitAllocaInst
(AllocaInst &I) { DELEGATE(UnaryInstruction);}
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp
114
void
visitAllocaInst
(AllocaInst &I);
576
void Lint::
visitAllocaInst
(AllocaInst &I) {
CFLGraph.h
351
void
visitAllocaInst
(AllocaInst &Inst) { addNode(&Inst); }
MemoryBuiltins.cpp
664
SizeOffsetType ObjectSizeOffsetVisitor::
visitAllocaInst
(AllocaInst &I) {
953
SizeOffsetEvalType ObjectSizeOffsetEvaluator::
visitAllocaInst
(AllocaInst &I) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
150
Instruction *
visitAllocaInst
(AllocaInst &AI);
InstCombineLoadStoreAlloca.cpp
353
Instruction *InstCombinerImpl::
visitAllocaInst
(AllocaInst &AI) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
789
void
visitAllocaInst
(AllocaInst &I);
2824
void DFSanVisitor::
visitAllocaInst
(AllocaInst &I) {
AddressSanitizer.cpp
1068
void
visitAllocaInst
(AllocaInst &AI) {
MemorySanitizer.cpp
3891
void
visitAllocaInst
(AllocaInst &I) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
525
void
visitAllocaInst
(AllocaInst &AI);
3812
void Verifier::
visitAllocaInst
(AllocaInst &AI) {
Completed in 38 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026