HomeSort by relevance Sort by last modified time
    Searched defs:StaticAllocas (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 187 /// StaticAllocas - InlineFunction fills this in with all static allocas that
189 SmallVector<AllocaInst *, 4> StaticAllocas;
196 StaticAllocas.clear();
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Cloning.h 194 /// StaticAllocas - InlineFunction fills this in with all static allocas that
196 SmallVector<AllocaInst *, 4> StaticAllocas;
210 StaticAllocas.clear();
  /external/llvm/lib/CodeGen/
SafeStack.cpp 140 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) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SafeStack.cpp 156 void findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas,
166 /// Allocate space for all static allocas in \p StaticAllocas,
173 ArrayRef<AllocaInst *> StaticAllocas,
376 SmallVectorImpl<AllocaInst *> &StaticAllocas,
391 StaticAllocas.push_back(AI);
484 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas,
487 if (StaticAllocas.empty() && ByValArguments.empty())
492 StackColoring SSC(F, StaticAllocas);
518 for (AllocaInst *AI : StaticAllocas) {
583 for (AllocaInst *AI : StaticAllocas) {
    [all...]

Completed in 3365 milliseconds