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

  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 32 bool isAllocaPromotable(const AllocaInst *AI);
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 74 if (isAllocaPromotable(AI))
PromoteMemoryToRegister.cpp 60 bool llvm::isAllocaPromotable(const AllocaInst *AI) {
532 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!");
    [all...]

Completed in 590 milliseconds