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

/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp46 std::vector<DFCalculateWorkObject> workList; local
49 workList.push_back(DFCalculateWorkObject(BB, NULL, Node, NULL));
51 DFCalculateWorkObject *currentW = &workList.back();
84 workList.push_back(DFCalculateWorkObject(childBB, currentBB,
91 // from the workList.
105 workList.pop_back();
108 } while (!workList.empty());

Completed in 66 milliseconds