Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp176 void collectLiveScopes(const DILocalScope &LS);
177 void collectLiveScopes(const DILocation &DL);
394 collectLiveScopes(*DL); in markLive()
425 void AggressiveDeadCodeElimination::collectLiveScopes(const DILocalScope &LS) { in collectLiveScopes() function in AggressiveDeadCodeElimination
433 collectLiveScopes(cast<DILocalScope>(*LS.getScope())); in collectLiveScopes()
436 void AggressiveDeadCodeElimination::collectLiveScopes(const DILocation &DL) { in collectLiveScopes() function in AggressiveDeadCodeElimination
443 collectLiveScopes(*DL.getScope()); in collectLiveScopes()
447 collectLiveScopes(*IA); in collectLiveScopes()
682 collectLiveScopes(*DL); in makeUnconditional()