HomeSort by relevance Sort by last modified time
    Searched refs:DFCalculateWorkObject (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DominanceFrontier.cpp 25 class DFCalculateWorkObject {
27 DFCalculateWorkObject(BasicBlock *B, BasicBlock *P,
44 std::vector<DFCalculateWorkObject> workList;
47 workList.push_back(DFCalculateWorkObject(BB, NULL, Node, NULL));
49 DFCalculateWorkObject *currentW = &workList.back();
82 workList.push_back(DFCalculateWorkObject(childBB, currentBB,
  /external/llvm/include/llvm/Analysis/
DominanceFrontierImpl.h 29 class DFCalculateWorkObject {
33 DFCalculateWorkObject(BlockT *B, BlockT *P, const DomTreeNodeT *N,
158 std::vector<DFCalculateWorkObject<BlockT>> workList;
161 workList.push_back(DFCalculateWorkObject<BlockT>(BB, nullptr, Node, nullptr));
163 DFCalculateWorkObject<BlockT> *currentW = &workList.back();
196 workList.push_back(DFCalculateWorkObject<BlockT>(

Completed in 832 milliseconds