Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h230 Function *getAllocFunction() const { in getAllocFunction() function
H A DCoroutines.cpp415 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()