Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2323 SmallVectorImpl<AllocaInst*> &AllocasToPromote) { in eliminateSwiftErrorArgument() argument
2355 AllocasToPromote.push_back(Alloca); in eliminateSwiftErrorArgument()
2362 SmallVector<AllocaInst*, 4> AllocasToPromote; in eliminateSwiftError() local
2368 eliminateSwiftErrorArgument(F, Arg, Shape, AllocasToPromote); in eliminateSwiftError()
2380 AllocasToPromote.push_back(Alloca); in eliminateSwiftError()
2386 if (!AllocasToPromote.empty()) { in eliminateSwiftError()
2388 PromoteMemToReg(AllocasToPromote, DT); in eliminateSwiftError()