Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SSA

29 //     the SSAUpdater to construct the appropriate SSA form for the value.
158 /// this function moves it to the exit blocks and patches up SSA form as
197 /// SSA.
572 /// this function moves it to the exit blocks and patches up SSA form as needed.
735 // the SSA updater about the defs in the loop and the preheader
739 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);
897 SSAUpdater SSA(&NewPHIs);
898 LoopPromoter Promoter(SomePtr, LoopUses, SSA, PointerMustAliases, ExitBlocks,
909 SSA.AddAvailableValue(Preheader, PreheaderLoad);