Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp2763 struct CopyOutPair { struct in __anon67dfc8450c11::ScalarExprLowering
2773 using CopyOutPairs = llvm::SmallVector<CopyOutPair, 4>;
2803 CopyOutPair{actualArg, temp, doCopyOut, restrictCopyAtRuntime}); in genCopyIn()
2828 CopyOutPair{actualArg, temp, doCopyOut, restrictCopyAtRuntime}); in genCopyIn()
2834 void genCopyOut(const CopyOutPair &copyOutPair) { in genCopyOut()