Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp624 auto *CallInstr = CS.getInstruction(); in simplifySuspendPoint() local
641 if (hasCallsBetween(Save, CallInstr)) in simplifySuspendPoint()
651 if (auto *Invoke = dyn_cast<InvokeInst>(CallInstr)) { in simplifySuspendPoint()
657 CallInstr->eraseFromParent(); in simplifySuspendPoint()