Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp901 Optional<DominatorTree> LazilyComputedDomTree; in runOnFunction() local
911 LazilyComputedDomTree.emplace(F); in runOnFunction()
912 DT = LazilyComputedDomTree.getPointer(); in runOnFunction()