Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp836 for (auto &AllocaSet : NonOverlapedAllocas) { in addFieldForAllocas() local
837 assert(!AllocaSet.empty() && "Processing Alloca Set is not empty.\n"); in addFieldForAllocas()
838 bool NoInference = none_of(AllocaSet, [&](auto Iter) { in addFieldForAllocas()
848 auto *LargestAlloca = *AllocaSet.begin(); in addFieldForAllocas()
855 AllocaSet.push_back(Alloca); in addFieldForAllocas()
871 LLVM_DEBUG(for (auto &AllocaSet in addFieldForAllocas()
873 if (AllocaSet.size() > 1) { in addFieldForAllocas()
878 for (auto Alloca : AllocaSet) in addFieldForAllocas()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1156 SmallSetVector<AllocaInst *, 16> AllocaSet; member
1539 AllocaSet.remove(Item.second); in runOnFunction()
1544 for (AllocaInst *AI : AllocaSet) in runOnFunction()
4426 AllocaSet.insert(&I); in visitAllocaInst()