Home
last modified time | relevance | path

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

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