Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp646 for (auto &AllocaSet : NonOverlapedAllocas) { in addFieldForAllocas() local
647 assert(!AllocaSet.empty() && "Processing Alloca Set is not empty.\n"); in addFieldForAllocas()
648 bool NoInference = none_of(AllocaSet, [&](auto Iter) { in addFieldForAllocas()
658 auto *LargestAlloca = *AllocaSet.begin(); in addFieldForAllocas()
665 AllocaSet.push_back(Alloca); in addFieldForAllocas()
681 LLVM_DEBUG(for (auto &AllocaSet in addFieldForAllocas()
683 if (AllocaSet.size() > 1) { in addFieldForAllocas()
688 for (auto Alloca : AllocaSet) in addFieldForAllocas()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1078 SmallSet<AllocaInst *, 16> AllocaSet; member
1330 AllocaSet.erase(Item.second); in runOnFunction()
1335 for (AllocaInst *AI : AllocaSet) in runOnFunction()
3896 AllocaSet.insert(&I); in visitAllocaInst()