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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1259 SmallVectorImpl<AllocaInst*> &AllocasToPromote) {
1288 AllocasToPromote.push_back(Alloca);
1295 SmallVector<AllocaInst*, 4> AllocasToPromote; local
1301 eliminateSwiftErrorArgument(F, Arg, Shape, AllocasToPromote);
1313 AllocasToPromote.push_back(Alloca);
1319 if (!AllocasToPromote.empty()) {
1321 PromoteMemToReg(AllocasToPromote, DT);
1257 eliminateSwiftErrorArgument(Function &F, Argument &Arg, coro::Shape &Shape, SmallVectorImpl<AllocaInst*> &AllocasToPromote) argument

Completed in 110 milliseconds