Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp109 auto NonComdatBegin = partition( in run() local
111 for (Function *F : make_range(NonComdatBegin, InlinedFunctions.end())) in run()
113 InlinedFunctions.erase(NonComdatBegin, InlinedFunctions.end()); in run()