HomeSort by: relevance | last modified time | path
    Searched refs:CoroBeginInst (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroElide.cpp 28 SmallVector<CoroBeginInst *, 1> CoroBegins;
31 DenseMap<CoroBeginInst *, SmallVector<CoroSubFnInst *, 4>> DestroyAddr;
42 bool hasEscapePath(const CoroBeginInst *,
163 bool Lowerer::hasEscapePath(const CoroBeginInst *CB,
233 SmallPtrSet<CoroBeginInst *, 8> ReferencedCoroBegins;
296 if (auto *CB = dyn_cast<CoroBeginInst>(U))
308 for (CoroBeginInst *CB : CoroBegins) {
CoroEarly.cpp 144 if (auto *CB = dyn_cast<CoroBeginInst>(U))
CoroInternal.h 99 CoroBeginInst *CoroBegin;
Coroutines.cpp 244 static CoroSaveInst *createCoroSave(CoroBeginInst *CoroBegin,
304 auto CB = cast<CoroBeginInst>(II);
CoroInstr.h 420 class LLVM_LIBRARY_VISIBILITY CoroBeginInst : public IntrinsicInst {
CoroFrame.cpp 1221 const CoroBeginInst &CB, const SuspendCrossingInfo &Checker)
1361 const CoroBeginInst &CoroBegin;
2287 CoroBeginInst *CoroBegin) {
CoroSplit.cpp 1375 CoroBeginInst *CoroBegin) {

Completed in 54 milliseconds