Home | History | Annotate | Download | only in Analyses

Lines Matching defs:normal

1305     PH_MultiVal = 0, // Phi node has multiple distinct values.  (Normal)
1695 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) {
1706 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) {
1716 bool normal() const { return Normal; }
1780 bool Normal;