Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1092 int RightRank = getTryRank(FuncInfo, Right); in getTryAncestor() local
1094 while (LeftRank < RightRank) { in getTryAncestor()
1096 --RightRank; in getTryAncestor()
1099 while (RightRank < LeftRank) { in getTryAncestor()