HomeSort by relevance Sort by last modified time
    Searched defs:ContainingLoop (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
loop-analysis.h 69 Loop* ContainingLoop(Node* node) {
78 for (Loop* c = ContainingLoop(node); c != nullptr; c = c->parent_) {
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 311 /// \brief Has ContainingLoop been packaged up?
    [all...]

Completed in 1631 milliseconds