Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DADCE.cpp38 static void collectLiveScopes(const DILocalScope &LS, in collectLiveScopes() function
47 collectLiveScopes(cast<DILocalScope>(*LS.getScope()), AliveScopes); in collectLiveScopes()
50 static void collectLiveScopes(const DILocation &DL, in collectLiveScopes() function
58 collectLiveScopes(*DL.getScope(), AliveScopes); in collectLiveScopes()
62 collectLiveScopes(*IA, AliveScopes); in collectLiveScopes()
100 collectLiveScopes(*DL, AliveScopes); in aggressiveDCE()