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

  /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/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/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Cloning.h 189 /// StaticAllocas - InlineFunction fills this in with all static allocas that
191 SmallVector<AllocaInst *, 4> StaticAllocas;
205 StaticAllocas.clear();
  /prebuilts/clang/host/darwin-x86/clang-4393122/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();
  /prebuilts/clang/host/darwin-x86/clang-4479392/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();
  /prebuilts/clang/host/darwin-x86/clang-4579689/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();
  /prebuilts/clang/host/darwin-x86/clang-4630689/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();
  /prebuilts/clang/host/darwin-x86/clang-4639204/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();
  /prebuilts/clang/host/darwin-x86/clang-4691093/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();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Cloning.h 189 /// StaticAllocas - InlineFunction fills this in with all static allocas that
191 SmallVector<AllocaInst *, 4> StaticAllocas;
205 StaticAllocas.clear();
  /prebuilts/clang/host/linux-x86/clang-4393122/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();
  /prebuilts/clang/host/linux-x86/clang-4479392/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();
  /prebuilts/clang/host/linux-x86/clang-4579689/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();
  /prebuilts/clang/host/linux-x86/clang-4630689/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();
  /prebuilts/clang/host/linux-x86/clang-4639204/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();
  /prebuilts/clang/host/linux-x86/clang-4691093/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/Transforms/IPO/
Inliner.cpp 139 for (unsigned AllocaNo = 0, e = IFI.StaticAllocas.size();
141 AllocaInst *AI = IFI.StaticAllocas[AllocaNo];
205 IFI.StaticAllocas[AllocaNo] = nullptr;
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 648 assert(IFI.StaticAllocas.empty() && "can't have allocs");

Completed in 105 milliseconds