Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp675 for (auto &AllocaSet : NonOverlapedAllocas) { in addFieldForAllocas() local
676 assert(!AllocaSet.empty() && "Processing Alloca Set is not empty.\n"); in addFieldForAllocas()
677 bool NoInference = none_of(AllocaSet, [&](auto Iter) { in addFieldForAllocas()
687 auto *LargestAlloca = *AllocaSet.begin(); in addFieldForAllocas()
694 AllocaSet.push_back(Alloca); in addFieldForAllocas()
710 LLVM_DEBUG(for (auto &AllocaSet in addFieldForAllocas()
712 if (AllocaSet.size() > 1) { in addFieldForAllocas()
717 for (auto Alloca : AllocaSet) in addFieldForAllocas()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1064 SmallSet<AllocaInst *, 16> AllocaSet; member
1317 AllocaSet.erase(Item.second); in runOnFunction()
1322 for (AllocaInst *AI : AllocaSet) in runOnFunction()
3938 AllocaSet.insert(&I); in visitAllocaInst()