Home
last modified time | relevance | path

Searched defs:AnyDead (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp276 bool AnyDead = false; in genericValueTraversal() local
5607 bool AnyDead = false; in checkForAllUses() local
5767 const AAIsDead *LivenessAA, bool &AnyDead, in checkForAllInstructionsImpl()
5798 bool AnyDead = false; in checkForAllInstructions() local
5826 bool AnyDead = false; in checkForAllReadWriteInstructions() local
6219 bool AnyDead; in registerFunctionSignatureRewrite() local
6647 bool Success, AnyDead = false; in identifyDefaultAbstractAttributes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10633 bool AnyDead = false; member