Searched defs:isAliveAfter (Results 1 – 2 of 2) sorted by relevance
54 private long[] isAliveAfter = new long[ClassConstants.TYPICAL_CODE_LENGTH]; field in LivenessAnalyzer126 public boolean isAliveAfter(int instructionOffset, int variableIndex) in isAliveAfter() method in LivenessAnalyzer
50 bool StackLifetime::isAliveAfter(const AllocaInst *AI, in isAliveAfter() function in StackLifetime