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

/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp81 BasicBlock *childBB = IDominee->getBlock(); local
82 if (visited.count(childBB) == 0) {
83 workList.push_back(DFCalculateWorkObject(childBB, currentBB,

Completed in 559 milliseconds