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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp185 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; local
187 // Loop over the allocas in AllocasForType to see if we can reuse one. Note
191 // function. Also, AllocasForType can be empty of course!
193 for (AllocaInst *AvailableAlloca : AllocasForType) {
241 AllocasForType.push_back(AI);

Completed in 50 milliseconds