Lines Matching defs:Escaped
106 // We try to be lenient and trust users. Another kind `Escaped` reflects
108 // should always think of `Escaped` as the best possible option.
113 // we don't want to reuse `Escaped` and, thus, have another kind `NoReturn`.
136 // Escaped | K == K
137 // Escaped mirrors other statuses after joins.
150 // Escaped marks situations when marked parameter escaped into
152 Escaped = 0x1, /* 0001 */
827 // Escaped or DefinitelyCalled
937 CurrentParamStatus = ParameterStatus::Escaped;
1293 return StateForOneBB.getKindFor(Index) == ParameterStatus::Escaped;
1396 // If we found 'Escaped' first, we still might find 'DefinitelyCalled'
1427 // 2. Current status is 'NotCalled' and one of the branches is 'Escaped'
1430 CurrentStatus = ParameterStatus::Escaped;
1446 // Let's check if the block represents Escaped -> NotCalled transition.
1448 ParameterStatus::NotCalled, ParameterStatus::Escaped);