Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h135 auto FCIt = FutureChildren.find(N); in Get() local
136 if (FCIt == FutureChildren.end()) return Res; in Get()
138 for (auto ChildAndKind : FCIt->second) { in Get()