Searched refs:CoroBeginInst (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp30 SmallVector<CoroBeginInst *, 1> CoroBegins;
177 SmallPtrSet<CoroBeginInst *, 8> ReferencedCoroBegins;
179 if (auto *CB = dyn_cast<CoroBeginInst>(DA->getFrame()))
201 if (auto *CB = dyn_cast<CoroBeginInst>(U))
213 for (CoroBeginInst *CB : CoroBegins) {
H A DCoroInternal.h48 void replaceAllCoroAllocs(CoroBeginInst *CB, bool Replacement);
49 void replaceAllCoroFrees(CoroBeginInst *CB, Value *Replacement);
89 CoroBeginInst *CoroBegin;
H A DCoroEarly.cpp149 if (auto *CB = dyn_cast<CoroBeginInst>(U))
H A DCoroutines.cpp237 static CoroSaveInst *createCoroSave(CoroBeginInst *CoroBegin,
291 auto CB = cast<CoroBeginInst>(II);
H A DCoroFrame.cpp496 const CoroBeginInst &CB)
521 const CoroBeginInst &CoroBegin;
525 const CoroBeginInst &CB) {
H A DCoroInstr.h305 class LLVM_LIBRARY_VISIBILITY CoroBeginInst : public IntrinsicInst { class in namespace:llvm
H A DCoroSplit.cpp1087 CoroBeginInst *CoroBegin) {

Completed in 114 milliseconds