Searched refs:sourceConstruct (Results 1 – 1 of 1) sorted by relevance
638 lower::pft::Evaluation *sourceConstruct = sourceEvaluation.parentConstruct; in markBranchTarget() local645 while (sourceConstruct && sourceConstruct != targetConstruct) in markBranchTarget()646 sourceConstruct = sourceConstruct->parentConstruct; in markBranchTarget()647 if (sourceConstruct != targetConstruct) // branch into a construct body in markBranchTarget()