search for: a0fd2953d62c1b1cabb87e420be5177c4

Displaying 1 result from an estimated 1 matches for "a0fd2953d62c1b1cabb87e420be5177c4".

2013 Mar 02
2
[LLVMdev] Question about method CodeExtractor::severSplitPHINodes
...// header block into two.00198 for (unsigned i = 0, e = PN->getNumIncomingValues <http://llvm.org/docs/doxygen/html/classllvm_1_1PHINode.html#aa45f6c0433576e3858a6209a43750ad4>(); i != e; ++i)00199 if (Blocks.count <http://llvm.org/docs/doxygen/html/classllvm_1_1SetVector.html#a0fd2953d62c1b1cabb87e420be5177c4>(PN->getIncomingBlock <http://llvm.org/docs/doxygen/html/classllvm_1_1PHINode.html#a4c25b6c00c4867281779c81ab64d2081>(i)))00200 ++NumPredsFromRegion;00201 else00202 ++NumPredsOutsideRegion;00203 00204 // If there is one (or fewer) predecessor from outside the region, w...