Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-analysis.h65 Loop* ContainingLoop(Node* node) { in ContainingLoop() function
74 for (Loop* c = ContainingLoop(node); c != nullptr; c = c->parent_) { in Contains()
Dosr.cc142 std::max(incoming_depth, loop_tree->ContainingLoop(k)->depth()); in PeelOuterLoopsForOsr()
286 LoopTree::Loop* loop = loop_tree->ContainingLoop(osr_loop); in Deconstruct()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1038 LoopData *ContainingLoop = Working[Index].getContainingLoop();
1039 if (ContainingLoop)
1040 ContainingLoop->Nodes.push_back(Index);
/external/v8/test/cctest/compiler/
Dtest-loop-analysis.cc138 LoopTree::Loop* loop = tree->ContainingLoop(header[0]); in CheckLoop()
144 CHECK_EQ(loop, tree->ContainingLoop(header[i])); in CheckLoop()
166 LoopTree::Loop* loop = tree->ContainingLoop(header); in CheckNestedLoops()
170 i == 0 ? NULL : tree->ContainingLoop(chain[i - 1]); in CheckNestedLoops()
175 LoopTree::Loop* outer = tree->ContainingLoop(outer_header); in CheckNestedLoops()
/external/v8/test/unittests/compiler/
Dloop-peeling-unittest.cc242 LoopTree::Loop* loop = loop_tree->ContainingLoop(inner.loop); in TEST_F()
279 LoopTree::Loop* loop = loop_tree->ContainingLoop(inner.loop); in TEST_F()