Searched refs:isAlwaysLive (Results 1 – 3 of 3) sorted by relevance
80 static bool isAlwaysLive(Instruction *I) { in isAlwaysLive() function283 if (!isAlwaysLive(&I)) in performAnalysis()337 !isAlwaysLive(UserI)) { in performAnalysis()382 !isAlwaysLive(I); in isInstructionDead()
68 static bool isAlwaysLive(Instruction *I) { in isAlwaysLive() function274 if (!isAlwaysLive(&I)) in performAnalysis()330 !isAlwaysLive(UserI)) { in performAnalysis()375 !isAlwaysLive(I); in isInstructionDead()
150 bool isAlwaysLive(Instruction &I);244 if (isAlwaysLive(I)) in initialize()324 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { in isAlwaysLive() function in AggressiveDeadCodeElimination