HomeSort by: relevance | last modified time | path
    Searched refs:isAliveAfter (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
StackLifetime.h 159 bool isAliveAfter(const AllocaInst *AI, const Instruction *I) const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp 50 bool StackLifetime::isAliveAfter(const AllocaInst *AI,
376 if (SL.isAliveAfter(KV.getFirst(), Instr))
StackSafetyAnalysis.cpp 349 if (AI && !SL.isAliveAfter(AI, I)) {
367 if (AI && !SL.isAliveAfter(AI, I)) {
388 if (AI && !SL.isAliveAfter(AI, I)) {

Completed in 18 milliseconds