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()1228 PHINode *CurrentPHINode = dyn_cast<PHINode>(&CurrentPHI); in alreadyPrepared() local1229 if (!CurrentPHINode) in alreadyPrepared()1232 if (!SE->isSCEVable(CurrentPHINode->getType())) in alreadyPrepared()1246 if (CurrentPHINode->getNumIncomingValues() == 2) { in alreadyPrepared()1247 if ((CurrentPHINode->getIncomingBlock(0) == LatchBB && in alreadyPrepared()1248 CurrentPHINode->getIncomingBlock(1) == PredBB) || in alreadyPrepared()1249 (CurrentPHINode->getIncomingBlock(1) == LatchBB && in alreadyPrepared()[all …]