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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp361 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 330 milliseconds