Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1098 int RightRank = getTryRank(FuncInfo, Right); in getTryAncestor() local
1100 while (LeftRank < RightRank) { in getTryAncestor()
1102 --RightRank; in getTryAncestor()
1105 while (RightRank < LeftRank) { in getTryAncestor()