Searched refs:CurrentPHINode (Results 1 – 1 of 1) sorted by relevance
1162 PHINode *CurrentPHINode = dyn_cast<PHINode>(&CurrentPHI); in getNodeForInc() local1163 if (!CurrentPHINode) in getNodeForInc()1166 if (!SE->isSCEVable(CurrentPHINode->getType())) in getNodeForInc()1182 if (CurrentPHINode->getBasicBlockIndex(LatchBB) < 0) in getNodeForInc()1231 if (!CurrentPHINode) in alreadyPrepared()1234 if (!SE->isSCEVable(CurrentPHINode->getType())) in alreadyPrepared()1248 if (CurrentPHINode->getNumIncomingValues() == 2) { in alreadyPrepared()1249 if ((CurrentPHINode->getIncomingBlock(0) == LatchBB && in alreadyPrepared()1250 CurrentPHINode->getIncomingBlock(1) == PredBB) || in alreadyPrepared()1251 (CurrentPHINode->getIncomingBlock(1) == LatchBB && in alreadyPrepared()[all …]