Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1900 bool CheckPotentiallyDead) { in checkForAllCallSites() argument
1924 if (!CheckPotentiallyDead && in checkForAllCallSites()
2031 bool CheckPotentiallyDead = false) { in checkForAllInstructionsImpl() argument
2040 if (A && !CheckPotentiallyDead && in checkForAllInstructionsImpl()
2062 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
2069 CheckPotentiallyDead && QueryingAA in checkForAllInstructions()
2076 CheckBBLivenessOnly, CheckPotentiallyDead)) in checkForAllInstructions()
2087 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
2092 CheckPotentiallyDead); in checkForAllInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2322 bool CheckPotentiallyDead = false);
2345 bool CheckPotentiallyDead = false);
2356 bool CheckPotentiallyDead = false);
2365 bool CheckPotentiallyDead = false) {
2370 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);