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.cpp1896 bool CheckPotentiallyDead) { in checkForAllCallSites() argument
1920 if (!CheckPotentiallyDead && in checkForAllCallSites()
2024 bool CheckPotentiallyDead = false) { in checkForAllInstructionsImpl() argument
2033 if (A && !CheckPotentiallyDead && in checkForAllInstructionsImpl()
2055 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
2062 CheckPotentiallyDead && QueryingAA in checkForAllInstructions()
2069 CheckBBLivenessOnly, CheckPotentiallyDead)) in checkForAllInstructions()
2080 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
2085 CheckPotentiallyDead); in checkForAllInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2366 bool CheckPotentiallyDead = false);
2389 bool CheckPotentiallyDead = false);
2400 bool CheckPotentiallyDead = false);
2409 bool CheckPotentiallyDead = false) {
2414 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);