Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInterval.cpp29 bool Interval::isLoop() const { in isLoop() function in Interval
/external/llvm/include/llvm/Analysis/
DInterval.h98 bool isLoop() const;
/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp92 ScopeLabelInfo(StringImpl* ident, bool isLoop) in ScopeLabelInfo()
94 , m_isLoop(isLoop) in ScopeLabelInfo()
170 … void pushLabel(const Identifier* label, bool isLoop) { currentScope()->pushLabel(label, isLoop); } in pushLabel() argument
330 void pushLabel(const Identifier* label, bool isLoop) in pushLabel()
334 m_labels->append(ScopeLabelInfo(label->impl(), isLoop)); in pushLabel()
1424 bool isLoop = false; in parseExpressionOrLabelStatement() local
1429 isLoop = true; in parseExpressionOrLabelStatement()
1438 pushLabel(labels[i].m_ident, isLoop); in parseExpressionOrLabelStatement()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1610195 Removed isBlock and isLoop virtual calls. No need to emit debug hooks in