Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1694 bool CheckPotentiallyDead) { in checkForAllCallSites() argument
1718 if (!CheckPotentiallyDead && in checkForAllCallSites()
1848 bool CheckPotentiallyDead = false) { in checkForAllInstructionsImpl() argument
1857 if (A && !CheckPotentiallyDead && in checkForAllInstructionsImpl()
1879 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
1887 (CheckBBLivenessOnly || CheckPotentiallyDead) in checkForAllInstructions()
1894 CheckBBLivenessOnly, CheckPotentiallyDead)) in checkForAllInstructions()
1905 bool CheckPotentiallyDead) { in checkForAllInstructions() argument
1910 CheckPotentiallyDead); in checkForAllInstructions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2149 bool CheckPotentiallyDead = false);
2179 bool CheckPotentiallyDead = false);
2190 bool CheckPotentiallyDead = false);
2199 bool CheckPotentiallyDead = false) {
2204 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);