Searched defs:isAlwaysLive (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Analysis/ | ||
H A D | DemandedBits.cpp | 49 static bool isAlwaysLive(Instruction *I) { isAlwaysLive() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | ADCE.cpp | 331 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { in isAlwaysLive() function in AggressiveDeadCodeElimination |