search for: a4c25b6c00c4867281779c81ab64d2081

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

2013 Mar 02
2
[LLVMdev] Question about method CodeExtractor::severSplitPHINodes
...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, we don't00205 // need to do anything special.00206 if (NumPredsOutsideRegion <= 1) return;00207 }00208 00209...