Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp658 for (auto &AllocaSet : NonOverlapedAllocas) { in addFieldForAllocas() local
659 assert(!AllocaSet.empty() && "Processing Alloca Set is not empty.\n"); in addFieldForAllocas()
660 bool NoInference = none_of(AllocaSet, [&](auto Iter) { in addFieldForAllocas()
670 auto *LargestAlloca = *AllocaSet.begin(); in addFieldForAllocas()
677 AllocaSet.push_back(Alloca); in addFieldForAllocas()
693 LLVM_DEBUG(for (auto &AllocaSet in addFieldForAllocas()
695 if (AllocaSet.size() > 1) { in addFieldForAllocas()
700 for (auto Alloca : AllocaSet) in addFieldForAllocas()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1078 SmallSet<AllocaInst *, 16> AllocaSet; member
1330 AllocaSet.erase(Item.second); in runOnFunction()
1335 for (AllocaInst *AI : AllocaSet) in runOnFunction()
3918 AllocaSet.insert(&I); in visitAllocaInst()