Searched defs:RootDominatesEnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2087 bool RootDominatesEnd = isOnlyReachableViaThisEdge(Root, DT); local
2129 if (RootDominatesEnd && !isa<Instruction>(RHS))
2201 if (RootDominatesEnd)

Completed in 511 milliseconds