Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h612 iterator_range<op_iterator> value_operands() { in value_operands() function
615 iterator_range<const_op_iterator> value_operands() const { in value_operands() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1926 llvm::zip_equal(ReturnPHIs, Suspend->value_operands())) in splitCoroutine()