Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1103 unsigned Worst = 0; in calculateRegionSplitCostAroundReg() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16359 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } in Worst() function