Searched refs:collectLiveScopes (Results 1 – 1 of 1) sorted by relevance
176 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 AggressiveDeadCodeElimination433 collectLiveScopes(cast<DILocalScope>(*LS.getScope())); in collectLiveScopes()436 void AggressiveDeadCodeElimination::collectLiveScopes(const DILocation &DL) { in collectLiveScopes() function in AggressiveDeadCodeElimination443 collectLiveScopes(*DL.getScope()); in collectLiveScopes()447 collectLiveScopes(*IA); in collectLiveScopes()682 collectLiveScopes(*DL); in makeUnconditional()