Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstruction.cpp166 auto IsDefReady = [&](const WriteState &Def) { in update() local
174 if (all_of(getDefs(), IsDefReady)) in update()