Home
last modified time | relevance | path

Searched refs:getPromise (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp162 auto *PA = CoroId->getPromise(); in hidePromiseAlloca()
H A DCoroutines.cpp301 SwitchLowering.PromiseAlloca = SwitchId->getPromise(); in analyze()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h152 AllocaInst *getPromise() const { in getPromise() function