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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
PromoteMemToReg.h 27 /// isAllocaPromotable - Return true if this alloca is legal for promotion.
30 bool isAllocaPromotable(const AllocaInst *AI);
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Mem2Reg.cpp 73 if (isAllocaPromotable(AI))
PromoteMemoryToRegister.cpp 77 /// isAllocaPromotable - Return true if this alloca is legal for promotion.
80 bool llvm::isAllocaPromotable(const AllocaInst *AI) {
397 assert(isAllocaPromotable(AI) &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 43 if (isAllocaPromotable(AI))
PromoteMemoryToRegister.cpp 51 bool llvm::isAllocaPromotable(const AllocaInst *AI) {
531 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!");
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 534 milliseconds