Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp369 auto NonFuncBegin = in collectAndEraseUsedFunctions() local
374 appendToCompilerUsed(M, {NonFuncBegin, Vec.end()}); in collectAndEraseUsedFunctions()
376 appendToUsed(M, {NonFuncBegin, Vec.end()}); in collectAndEraseUsedFunctions()
377 Vec.resize(NonFuncBegin - Vec.begin()); in collectAndEraseUsedFunctions()