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 65 Loop* ContainingLoop(Node* node) {
74 for (Loop* c = ContainingLoop(node); c != nullptr; c = c->parent_) {
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 307 /// \brief Has ContainingLoop been packaged up?
    [all...]

Completed in 217 milliseconds