Searched refs:NodeIsFlushed (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGNodeFlags.cpp115 if (flags & NodeIsFlushed)
H A DDFGNodeFlags.h73 #define NodeIsFlushed 0x40000 // Used by Graph::computeIsFlushed(), will tell you which local nodes are backwards-reachable from a Flush. macro
H A DDFGCPSRethreadingPhase.cpp488 m_graph.clearFlagsOnAllNodes(NodeIsFlushed);
503 ASSERT(node->flags() & NodeIsFlushed);
510 if (node->mergeFlags(NodeIsFlushed))
H A DDFGSSAConversionPhase.cpp142 bool isFlushed = !!(node->flags() & NodeIsFlushed);
318 if (variable->isCaptured() || !!(node->flags() & NodeIsFlushed))
H A DDFGCFGSimplificationPhase.cpp273 if (livenessNode->flags() & NodeIsFlushed)

Completed in 223 milliseconds