Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1546 const auto &Siblings = TN->getChildren(); in verifySiblingProperty() local
1547 for (const TreeNodePtr N : Siblings) { in verifySiblingProperty()
1554 for (const TreeNodePtr S : Siblings) { in verifySiblingProperty()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp1179 SmallSetVector<unsigned, 16> &Siblings = Virt2SiblingsMap[OrigReg]; in isSpillCandBB() local
1182 for (auto const SibReg : Siblings) { in isSpillCandBB()