Searched refs:materializable (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp941 static bool materializable(Instruction &V) { function
1363 // See if there are materializable instructions across suspend points.
1365 if (materializable(I))
1373 // Rewrite materializable instructions to be materialized at the use point.
1379 // Collect the spills for arguments and other not-materializable values.

Completed in 117 milliseconds