Searched refs:CheckBBLivenessOnly (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 864 CheckBBLivenessOnly, DepClass); in isAssumedDead() 884 UsedAssumedInformation, CheckBBLivenessOnly, in isAssumedDead() 928 if (CheckBBLivenessOnly) in isAssumedDead() 957 CheckBBLivenessOnly ? DepClass : DepClassTy::OPTIONAL)) in isAssumedDead() 960 if (CheckBBLivenessOnly) in isAssumedDead() 1004 const Value &V, bool CheckBBLivenessOnly, in checkForAllUses() argument 1035 CheckBBLivenessOnly, LivenessDepClass)) { in checkForAllUses() 1236 bool &UsedAssumedInformation, bool CheckBBLivenessOnly = false, in checkForAllInstructionsImpl() argument 1248 UsedAssumedInformation, CheckBBLivenessOnly)) in checkForAllInstructionsImpl() 1262 bool CheckBBLivenessOnly, in checkForAllInstructions() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1588 bool CheckBBLivenessOnly = false, 1596 bool CheckBBLivenessOnly = false, 1604 bool CheckBBLivenessOnly = false, 1612 bool CheckBBLivenessOnly = false, 1628 bool CheckBBLivenessOnly = false, 1815 bool CheckBBLivenessOnly = false, 1824 bool CheckBBLivenessOnly = false, 1830 UsedAssumedInformation, CheckBBLivenessOnly, CheckPotentiallyDead);
|