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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1436 SmallVectorImpl<AllocaInst*> &AllocasToPromote) {
1465 AllocasToPromote.push_back(Alloca);
1472 SmallVector<AllocaInst*, 4> AllocasToPromote; local
1478 eliminateSwiftErrorArgument(F, Arg, Shape, AllocasToPromote);
1490 AllocasToPromote.push_back(Alloca);
1496 if (!AllocasToPromote.empty()) {
1498 PromoteMemToReg(AllocasToPromote, DT);
1434 eliminateSwiftErrorArgument(Function &F, Argument &Arg, coro::Shape &Shape, SmallVectorImpl<AllocaInst*> &AllocasToPromote) argument

Completed in 63 milliseconds