Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1609 bool CheckPotentiallyDead = false) { in checkForAllInstructionsImpl() argument
1618 if (A && !CheckPotentiallyDead && in checkForAllInstructionsImpl()
1639 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
1647 (CheckBBLivenessOnly || CheckPotentiallyDead) in checkForAllInstructions()
1654 CheckBBLivenessOnly, CheckPotentiallyDead)) in checkForAllInstructions()
1665 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
1670 CheckPotentiallyDead); in checkForAllInstructions()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2003 bool CheckPotentiallyDead = false);
2014 bool CheckPotentiallyDead = false);
2023 bool CheckPotentiallyDead = false) {
2028 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);