OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticAllocas
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
183
///
StaticAllocas
- InlineFunction fills this in with all static allocas that
185
SmallVector<AllocaInst*, 4>
StaticAllocas
;
192
StaticAllocas
.clear();
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
135
for (unsigned AllocaNo = 0, e = IFI.
StaticAllocas
.size();
137
AllocaInst *AI = IFI.
StaticAllocas
[AllocaNo];
177
IFI.
StaticAllocas
[AllocaNo] = 0;
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
[
all
...]
Completed in 41 milliseconds