Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp519 SmallVector<unsigned, 2> ImplicitDefsToUpdate; in ProcessBlockCSE() local
623 ImplicitDefsToUpdate.push_back(i); in ProcessBlockCSE()
675 for (unsigned ImplicitDefToUpdate : ImplicitDefsToUpdate) in ProcessBlockCSE()
727 ImplicitDefsToUpdate.clear(); in ProcessBlockCSE()