OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticAllocas
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStack.cpp
162
void findInsts(Function &F, SmallVectorImpl<AllocaInst *> &
StaticAllocas
,
172
/// Allocate space for all static allocas in \p
StaticAllocas
,
178
ArrayRef<AllocaInst *>
StaticAllocas
,
383
SmallVectorImpl<AllocaInst *> &
StaticAllocas
,
398
StaticAllocas
.push_back(AI);
494
IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *>
StaticAllocas
,
497
if (
StaticAllocas
.empty() && ByValArguments.empty())
502
StackLifetime SSC(F,
StaticAllocas
, StackLifetime::LivenessType::May);
537
for (AllocaInst *AI :
StaticAllocas
) {
603
for (AllocaInst *AI :
StaticAllocas
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h
214
SmallVector<AllocaInst *, 4>
StaticAllocas
;
232
StaticAllocas
.clear();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Inliner.cpp
162
for (unsigned AllocaNo = 0, E = IFI.
StaticAllocas
.size(); AllocaNo != E;
164
AllocaInst *AI = IFI.
StaticAllocas
[AllocaNo];
217
IFI.
StaticAllocas
[AllocaNo] = nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp
1439
IFI.
StaticAllocas
.push_back(cast<AllocaInst>(NewAlloca));
2078
IFI.
StaticAllocas
.push_back(AI);
2085
IFI.
StaticAllocas
.push_back(cast<AllocaInst>(I));
2190
if (InsertLifetime && !IFI.
StaticAllocas
.empty()) {
2192
for (unsigned ai = 0, ae = IFI.
StaticAllocas
.size(); ai != ae; ++ai) {
2193
AllocaInst *AI = IFI.
StaticAllocas
[ai];
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp
658
assert(IFI.
StaticAllocas
.empty() && "can't have allocs");
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
9833
SmallDenseMap<const AllocaInst *, StaticAllocaInfo, 8>
StaticAllocas
;
9835
StaticAllocas
.reserve(NumArgs * 2);
9844
auto Iter =
StaticAllocas
.insert({AI, Unknown});
Completed in 91 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026