Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp900 bool ShouldPreserveDominatorTree; in runOnFunction() local
908 ShouldPreserveDominatorTree = true; in runOnFunction()
913 ShouldPreserveDominatorTree = false; in runOnFunction()
923 return SafeStack(F, *TL, *DL, ShouldPreserveDominatorTree ? &DTU : nullptr, in runOnFunction()