Home
last modified time | relevance | path

Searched refs:AliveScopes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DADCE.cpp39 SmallPtrSetImpl<const Metadata *> &AliveScopes) { in collectLiveScopes() argument
40 if (!AliveScopes.insert(&LS).second) in collectLiveScopes()
47 collectLiveScopes(cast<DILocalScope>(*LS.getScope()), AliveScopes); in collectLiveScopes()
51 SmallPtrSetImpl<const Metadata *> &AliveScopes) { in collectLiveScopes() argument
54 if (!AliveScopes.insert(&DL).second) in collectLiveScopes()
58 collectLiveScopes(*DL.getScope(), AliveScopes); in collectLiveScopes()
62 collectLiveScopes(*IA, AliveScopes); in collectLiveScopes()
94 SmallPtrSet<const Metadata *, 32> AliveScopes; in aggressiveDCE() local
100 collectLiveScopes(*DL, AliveScopes); in aggressiveDCE()
120 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in aggressiveDCE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp137 SmallPtrSet<const Metadata *, 32> AliveScopes; member in __anon39bbf1a40111::AggressiveDeadCodeElimination
421 if (!AliveScopes.insert(&LS).second) in collectLiveScopes()
434 if (!AliveScopes.insert(&DL).second) in collectLiveScopes()
518 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions()
543 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp137 SmallPtrSet<const Metadata *, 32> AliveScopes; member in __anon401ad1900111::AggressiveDeadCodeElimination
421 if (!AliveScopes.insert(&LS).second) in collectLiveScopes()
434 if (!AliveScopes.insert(&DL).second) in collectLiveScopes()
518 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions()
543 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions()