Searched refs:WidePhi (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp677 PHINode *WidePhi; member in class:__anon10385::WidenIV
696 WidePhi(0),
880 DEBUG(dbgs() << "INDVARS: New IV " << *WidePhi
1005 WidePhi = cast<PHINode>(Rewriter.expandCodeFor(AddRec, WideType, InsertPt));
1013 cast<Instruction>(WidePhi->getIncomingValueForBlock(LatchBlock));
1017 DEBUG(dbgs() << "Wide IV: " << *WidePhi << "\n");
1024 pushNarrowIVUsers(OrigPhi, WidePhi);
1041 return WidePhi;
1090 if (PHINode *WidePhi = Widener.CreateWideIV(Rewriter)) {
1092 LoopPhis.push_back(WidePhi);
[all...]

Completed in 88 milliseconds