Home | History | Annotate | Download | only in Analyses

Lines Matching defs:normal

1306     PH_MultiVal = 0, // Phi node has multiple distinct values.  (Normal)
1696 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) {
1707 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) {
1717 bool normal() const { return Normal; }
1781 bool Normal;