Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1896 bool CheckPotentiallyDead) { in checkForAllCallSites() argument
1920 if (!CheckPotentiallyDead && in checkForAllCallSites()
2027 bool CheckPotentiallyDead = false) { in checkForAllInstructionsImpl() argument
2036 if (A && !CheckPotentiallyDead && in checkForAllInstructionsImpl()
2058 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
2065 CheckPotentiallyDead && QueryingAA in checkForAllInstructions()
2072 CheckBBLivenessOnly, CheckPotentiallyDead)) in checkForAllInstructions()
2083 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
2088 CheckPotentiallyDead); in checkForAllInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2329 bool CheckPotentiallyDead = false);
2352 bool CheckPotentiallyDead = false);
2363 bool CheckPotentiallyDead = false);
2372 bool CheckPotentiallyDead = false) {
2377 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);