Searched refs:getLoopIndex (Results 1 – 2 of 2) sorted by relevance
119 EXPECT_EQ(LN.getLoop(LN.getLoopIndex(OL)), &OL); in TEST()120 EXPECT_EQ(LN.getLoop(LN.getLoopIndex(*IL)), IL); in TEST()
106 unsigned getLoopIndex(const Loop &L) const { in getLoopIndex() function