Searched refs:IsInside (Results 1 – 4 of 4) sorted by relevance
86 EXPECT_FALSE(loop.IsInside(&other)); in __anon55843b6f0202()89 EXPECT_TRUE(loop.IsInside(&other)); in __anon55843b6f0202()
169 bool IsInside(Loop *other);
345 bool Loop::IsInside(Loop *other) in IsInside() function in panda::compiler::Loop
161 succ->GetLoop()->IsInside(block->GetLoop()); in LinearizeBlocks()