Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp839 for (auto &AllocaSet : NonOverlapedAllocas) { in addFieldForAllocas() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1161 SmallSetVector<AllocaInst *, 16> AllocaSet; member