Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1102 int RightRank = getTryRank(FuncInfo, Right); in getTryAncestor() local
1104 while (LeftRank < RightRank) { in getTryAncestor()
1106 --RightRank; in getTryAncestor()
1109 while (RightRank < LeftRank) { in getTryAncestor()