Searched refs:byValIsPure (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCSEPhase.cpp210 if (!m_graph.byValIsPure(node))
372 if (!m_graph.byValIsPure(node))
379 if (!m_graph.byValIsPure(node))
468 if (m_graph.byValIsPure(node)) {
516 if (m_graph.byValIsPure(node)) {
631 if (m_graph.byValIsPure(node)) {
672 if (m_graph.byValIsPure(node)) {
723 if (m_graph.byValIsPure(node)) {
1273 if (m_graph.byValIsPure(node))
H A DDFGGraph.h497 bool byValIsPure(Node* node) function in class:JSC::DFG::Graph
539 return !byValIsPure(node);

Completed in 141 milliseconds