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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp81 static bool isAlwaysLive(Instruction *I) { function
321 if (!isAlwaysLive(&I))
349 // check isAlwaysLive on every instruction when searching for dead
350 // instructions later (we need to check isAlwaysLive for the
368 InputIsKnownDead = !AOut && !isAlwaysLive(UserI);
436 !isAlwaysLive(I);
446 if (isAlwaysLive(UserI))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp152 bool isAlwaysLive(Instruction &I);
246 if (isAlwaysLive(I))
326 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { function in class:AggressiveDeadCodeElimination

Completed in 232 milliseconds