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

  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 33 bool isAllocaPromotable(const AllocaInst *AI);
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 79 if (isAllocaPromotable(AI))
PromoteMemoryToRegister.cpp 61 bool llvm::isAllocaPromotable(const AllocaInst *AI) {
539 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!");
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 1282 milliseconds