Searched defs:StaticAllocas (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h187 /// StaticAllocas - InlineFunction fills this in with all static allocas that
189 SmallVector<AllocaInst *, 4> StaticAllocas; member in class:llvm::InlineFunctionInfo
196 StaticAllocas.clear();
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DCloning.h183 /// StaticAllocas - InlineFunction fills this in with all static allocas that
185 SmallVector<AllocaInst*, 4> StaticAllocas; member in class:llvm::InlineFunctionInfo
192 StaticAllocas.clear();
/external/llvm/lib/CodeGen/
H A DSafeStack.cpp140 void findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas,
150 /// \brief Allocate space for all static allocas in \p StaticAllocas,
157 ArrayRef<AllocaInst *> StaticAllocas,
406 SmallVectorImpl<AllocaInst *> &StaticAllocas,
421 StaticAllocas.push_back(AI);
514 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas,
517 if (StaticAllocas.empty() && ByValArguments.empty())
522 StackColoring SSC(F, StaticAllocas);
548 for (AllocaInst *AI : StaticAllocas) {
612 for (AllocaInst *AI : StaticAllocas) {
405 findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas, SmallVectorImpl<AllocaInst *> &DynamicAllocas, SmallVectorImpl<Argument *> &ByValArguments, SmallVectorImpl<ReturnInst *> &Returns, SmallVectorImpl<Instruction *> &StackRestorePoints) argument
513 moveStaticAllocasToUnsafeStack( IRBuilder< &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, Instruction *BasePointer, AllocaInst *StackGuardSlot) argument
760 SmallVector<AllocaInst *, 16> StaticAllocas; local
[all...]

Completed in 124 milliseconds