Searched defs:Worst (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | RegAllocGreedy.cpp | 1105 unsigned Worst = 0; calculateRegionSplitCostAroundReg() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 16322 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } Worst() function |