Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDemandedBits.cpp75 static bool isAlwaysLive(Instruction *I) { in isAlwaysLive() function
338 if (!isAlwaysLive(&I)) in performAnalysis()
385 InputIsKnownDead = !AOut && !isAlwaysLive(UserI); in performAnalysis()
479 !isAlwaysLive(I); in isInstructionDead()
489 if (isAlwaysLive(UserI)) in isUseDead()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp153 bool isAlwaysLive(Instruction &I);
247 if (isAlwaysLive(I)) in initialize()
327 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { in isAlwaysLive() function in AggressiveDeadCodeElimination