Lines Matching defs:ParameterIndex
1436 unsigned ParameterIndex) const {
1439 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex,
1445 unsigned ParameterIndex) const {
1447 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex,
1452 unsigned ParameterIndex, ParameterStatus::Kind AfterJoin,
1460 StateAfterJoin.getStatusFor(ParameterIndex);
1463 anySuccessorHasStatus(JoinBlock, ParameterIndex, BeforeJoin);
1468 bool anySuccessorHasStatus(const CFGBlock *Parent, unsigned ParameterIndex,
1471 Parent->succs(), [this, ParameterIndex, ToFind](const CFGBlock *Succ) {
1472 return Succ && getState(Succ).getKindFor(ParameterIndex) == ToFind;