Lines Matching defs:Elt
333 for (const auto &Elt : B.Elements) {
336 Elt.dumpToStream(DumpS);
374 unsigned Elt = Missing;
379 // Mark this token as being part of BB.Elt.
385 void assign(unsigned BB, unsigned Elt, unsigned RangeLen) {
395 Elts.push_back(Elt);
396 if (this->Elt == Missing || EltPriority > RangeLen)
397 this->Elt = Elt;
400 return std::tie(BB, Elt, Elts) ==
401 std::tie(Other.BB, Other.Elt, Other.Elts);
408 for (unsigned Elt : Elts)
409 OS << " " << eltID(BB, Elt);
412 if (Elt != Missing)
413 OS << " data-elt='" << eltID(BB, Elt) << "'";
424 for (const auto& Elt : *Block) {
426 if (const auto S = Elt.getAs<CFGStmt>()) {