Home
last modified time | relevance | path

Searched defs:isAliveAfter (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DLivenessAnalyzer.java54 private long[] isAliveAfter = new long[ClassConstants.TYPICAL_CODE_LENGTH]; field in LivenessAnalyzer
126 public boolean isAliveAfter(int instructionOffset, int variableIndex) in isAliveAfter() method in LivenessAnalyzer
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp50 bool StackLifetime::isAliveAfter(const AllocaInst *AI, in isAliveAfter() function in StackLifetime