HomeSort by: relevance | last modified time | path
    Searched defs:StaticAllocas (Results 1 - 3 of 3) sorted by relevancy

  /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/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/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 26 milliseconds