Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2217 SmallVectorImpl<AllocaInst*> &AllocasToPromote) { in eliminateSwiftErrorArgument() argument
2246 AllocasToPromote.push_back(Alloca); in eliminateSwiftErrorArgument()
2253 SmallVector<AllocaInst*, 4> AllocasToPromote; in eliminateSwiftError() local
2259 eliminateSwiftErrorArgument(F, Arg, Shape, AllocasToPromote); in eliminateSwiftError()
2271 AllocasToPromote.push_back(Alloca); in eliminateSwiftError()
2277 if (!AllocasToPromote.empty()) { in eliminateSwiftError()
2279 PromoteMemToReg(AllocasToPromote, DT); in eliminateSwiftError()