Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Parent

2989 ///           the parent block
2990 /// \return true when \p UI is the only use of \p DI in the parent block
3083 // guarantees that the path all uses of SI (outside SI's parent) are on
3332 BasicBlock *Parent = I.getParent();
3333 BasicBlock *Dom = Parent->getSinglePredecessor();
3344 (Parent == TrueBB)