Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Final

1009   // Emit the final values of the linear variables.
1185 // <Final counter/linear vars updates>;
1242 // Emit final copy of the lastprivate variables at the end of loops.
1576 // Emit final copy of the lastprivate variables if IsLastIter != 0.
1723 // Emit final copy of the lastprivate variables if IsLastIter != 0.
1995 // Check if the task is final
1996 llvm::PointerIntPair<llvm::Value *, 1, bool> Final;
2003 Final.setInt(CondConstant);
2005 Final.setPointer(EvaluateExprAsBool(Cond));
2007 // By default the task is not final.
2008 Final.setInt(/*IntVal=*/false);
2020 *this, S.getLocStart(), S, Tied, Final, OutlinedFn, SharedsTy,