Searched refs:AggressiveDeadCodeElimination (Results 1 – 1 of 1) sorted by relevance
120 class AggressiveDeadCodeElimination { class200 AggressiveDeadCodeElimination(Function &F, DominatorTree *DT, in AggressiveDeadCodeElimination() function in __anond5cecdd60111::AggressiveDeadCodeElimination220 void AggressiveDeadCodeElimination::initialize() { in initialize()331 bool AggressiveDeadCodeElimination::isAlwaysLive(Instruction &I) { in isAlwaysLive()359 void AggressiveDeadCodeElimination::markLiveInstructions() { in markLiveInstructions()383 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive()409 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive()450 void AggressiveDeadCodeElimination::markPhiLive(PHINode *PN) { in markPhiLive()511 ADCEChanged AggressiveDeadCodeElimination::removeDeadInstructions() { in removeDeadInstructions()600 bool AggressiveDeadCodeElimination::updateDeadRegions() { in updateDeadRegions()[all …]