Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dloop_analyzer_new_test.cpp86 EXPECT_FALSE(loop.IsInside(&other)); in __anon55843b6f0202()
89 EXPECT_TRUE(loop.IsInside(&other)); in __anon55843b6f0202()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.h169 bool IsInside(Loop *other);
Dloop_analyzer.cpp345 bool Loop::IsInside(Loop *other) in IsInside() function in panda::compiler::Loop
Dliveness_analyzer.cpp161 succ->GetLoop()->IsInside(block->GetLoop()); in LinearizeBlocks()