Searched refs:CheckBBLivenessOnly (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1174 CheckBBLivenessOnly, DepClass); in isAssumedDead() 1194 UsedAssumedInformation, CheckBBLivenessOnly, in isAssumedDead() 1206 if (!CheckBBLivenessOnly && SI->getPointerOperand() != U.get()) { in isAssumedDead() 1252 if (CheckBBLivenessOnly) in isAssumedDead() 1285 if (CheckBBLivenessOnly) in isAssumedDead() 1330 bool CheckBBLivenessOnly, DepClassTy LivenessDepClass, in checkForAllUses() argument 1381 CheckBBLivenessOnly, LivenessDepClass)) { in checkForAllUses() 1608 bool &UsedAssumedInformation, bool CheckBBLivenessOnly = false, in checkForAllInstructionsImpl() argument 1638 bool CheckBBLivenessOnly, in checkForAllInstructions() argument 1647 (CheckBBLivenessOnly || CheckPotentiallyDead) in checkForAllInstructions() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1748 bool CheckBBLivenessOnly = false, 1756 bool CheckBBLivenessOnly = false, 1764 bool CheckBBLivenessOnly = false, 1772 bool CheckBBLivenessOnly = false, 1793 bool CheckBBLivenessOnly = false, 2002 bool CheckBBLivenessOnly = false, 2013 bool CheckBBLivenessOnly = false, 2022 bool CheckBBLivenessOnly = false, 2028 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);
|