Home
last modified time | relevance | path

Searched refs:sourceConstruct (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp375 auto *sourceConstruct = sourceEvaluation.parentConstruct; in markBranchTarget() local
382 while (sourceConstruct && sourceConstruct != targetConstruct) in markBranchTarget()
383 sourceConstruct = sourceConstruct->parentConstruct; in markBranchTarget()
384 if (sourceConstruct != targetConstruct) in markBranchTarget()