Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1139 auto ChIt = llvm::find(IDom->Children, TN); in EraseNode() local
1140 assert(ChIt != IDom->Children.end()); in EraseNode()
1141 std::swap(*ChIt, IDom->Children.back()); in EraseNode()