Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp934 SmallVector<Instruction *> DummyArgs; in create() local
936 DummyArgs.push_back(new FreezeInst(PoisonValue::get(A.getType()))); in create()
937 VMap[&A] = DummyArgs.back(); in create()
1124 for (Instruction *DummyArg : DummyArgs) { in create()