Home
last modified time | relevance | path

Searched defs:Worst (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1086 unsigned Worst = 0; in calculateRegionSplitCost() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp15559 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } in Worst() function