Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h235 Function *getDeallocFunction() const { in getDeallocFunction() function
H A DCoroutines.cpp334 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()