Searched defs:AddToWorklist (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-infer-representation.cc33 void HInferRepresentationPhase::AddToWorklist(HValue* current) { function in class:v8::internal::HInferRepresentationPhase
143 AddToWorklist(phis->at(j));
148 AddToWorklist(current);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp370 void TargetLowering::DAGCombinerInfo::AddToWorklist(SDNode *N) { function in class:TargetLowering::DAGCombinerInfo
/external/v8/src/
H A Dhydrogen.cc1737 void AddToWorklist(HValue* current);
1750 void HInferRepresentation::AddToWorklist(HValue* current) { function in class:v8::internal::HInferRepresentation
1783 AddToWorklist(it.value());
1786 AddToWorklist(value->OperandAt(i));
1909 AddToWorklist(phis->at(j));
1914 AddToWorklist(current);

Completed in 4127 milliseconds