BasicBlock *ExitBB = ExitBlocks[i];// If there are no PHI nodes in this exit block, then no values defined// inside the loop are used on this path, skip it.PHINode *PN = dyn_cast<PHINode>(ExitBB->begin());if(!PN)continue;unsignedNumPreds = PN->getNumIncomingValues();// Iter...
但我得到一些错误: --> path = 'E:/My Work Elements/Thesis Related/Trash Classification/Trash New Code/test/cardboard/cardboard42.jpg' test_single_image(path) Traceback (most recent call last): File "<ipython-input-15-4a6021aada0c>", line 2, in <module> test_single_image(path) File ...