Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp49 static bool isAlwaysLive(Instruction *I) { isAlwaysLive() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp331 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { in isAlwaysLive() function in AggressiveDeadCodeElimination