reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
264 LiveOuts.push_back(createLiveOutReg(Reg, TRI)); 270 llvm::sort(LiveOuts, [](const LiveOutReg &LHS, const LiveOutReg &RHS) { 275 for (auto I = LiveOuts.begin(), E = LiveOuts.end(); I != E; ++I) { 275 for (auto I = LiveOuts.begin(), E = LiveOuts.end(); I != E; ++I) { 289 LiveOuts.erase( 290 llvm::remove_if(LiveOuts, 292 LiveOuts.end()); 294 return LiveOuts;