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

/external/llvm/lib/Analysis/
H A DCFG.cpp42 const BasicBlock *ParentBB = Top.first; local
46 while (I != succ_end(ParentBB)) {
54 Result.push_back(std::make_pair(ParentBB, BB));

Completed in 64 milliseconds