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

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 84 /// inLoop - returns true if the given block is within the current loop
85 bool inLoop(BasicBlock *B) const {
191 if (InstBB != UserBB && !inLoop(UserBB))
237 if (!inLoop(*PI))
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 326 bool inLoop() { return !!m_loopDepth; }
    [all...]

Completed in 152 milliseconds