Searched refs:SmallVectorThreshold (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp40 enum { SmallVectorThreshold = 32 }; enumerator in enum:__anon5510
45 SmallVector<BasicBlock *, SmallVectorThreshold> V;
88 SmallVector<BlockData, SmallVectorThreshold> Block;

Completed in 125 milliseconds