Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1237 bool CheckPotentiallyDead = false) { in checkForAllInstructionsImpl() argument
1246 if (A && !CheckPotentiallyDead && in checkForAllInstructionsImpl()
1263 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
1277 (CheckBBLivenessOnly || CheckPotentiallyDead) in checkForAllInstructions()
1285 CheckBBLivenessOnly, CheckPotentiallyDead)) in checkForAllInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1816 bool CheckPotentiallyDead = false);
1825 bool CheckPotentiallyDead = false) {
1830 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);