Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-converter.cpp180 SmallVector<StackTrieNode *, 4> Siblings{}; in findSiblings() local
188 Siblings.push_back(node_iter); in findSiblings()
191 return Siblings; in findSiblings()
197 Siblings.push_back(node_iter); in findSiblings()
199 return Siblings; in findSiblings()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1596 const auto &Siblings = TN->getChildren(); in verifySiblingProperty() local
1597 for (const TreeNodePtr N : Siblings) { in verifySiblingProperty()
1604 for (const TreeNodePtr S : Siblings) { in verifySiblingProperty()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1089 SmallSetVector<unsigned, 16> &Siblings = Virt2SiblingsMap[OrigReg]; in isSpillCandBB() local
1093 for (auto const SibReg : Siblings) { in isSpillCandBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInlineSpiller.cpp1148 SmallSetVector<unsigned, 16> &Siblings = Virt2SiblingsMap[OrigReg]; in isSpillCandBB() local
1151 for (auto const SibReg : Siblings) { in isSpillCandBB()