Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1362 fir::IfOp topIfOp, currentIfOp; in genFIR() local
1370 topIfOp = currentIfOp = genIfOp(genIfCondition(s, e.negateCondition)); in genFIR()
1372 topIfOp = currentIfOp = genIfOp(genIfCondition(s, e.negateCondition)); in genFIR()
1375 &currentIfOp.getElseRegion().front()); in genFIR()
1376 currentIfOp = genIfOp(genIfCondition(s)); in genFIR()
1379 &currentIfOp.getElseRegion().front()); in genFIR()