Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp510 auto OrderByBBName = [](Instruction *a, Instruction *b) { in runOnFunction() local
515 std::sort(PollLocations.begin(), PollLocations.end(), OrderByBBName); in runOnFunction()