reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
627 if (!WorkList.count(I)) 628 MadeChange |= simplifyAndDCEInstruction(I, WorkList, DL, TLI); 631 while (!WorkList.empty()) { 632 Instruction *I = WorkList.pop_back_val(); 633 MadeChange |= simplifyAndDCEInstruction(I, WorkList, DL, TLI);