Home
last modified time | relevance | path

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

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