Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp521 auto OrderByBBName = [](Instruction *a, Instruction *b) { in runOnFunction() local
526 llvm::sort(PollLocations, OrderByBBName); in runOnFunction()