Searched defs:Updater (Results 1 – 11 of 11) sorted by relevance
294 MachineSSAUpdater *Updater) { in GetUndefVal()306 MachineSSAUpdater *Updater) { in CreateEmptyPHI()331 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsPHI()337 static MachineInstr *ValueIsNewPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsNewPHI()
109 LiveRangeUpdater Updater; in updateLiveIns() local251 LiveRangeUpdater Updater(LI); in findReachingDefs() local
491 LiveRangeUpdater Updater(this); in join() local502 LiveRangeUpdater Updater(this); in MergeRangesInAsValue() local515 LiveRangeUpdater Updater(this); in MergeValueInAsValue() local
259 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { in GetUndefVal()266 SSAUpdater *Updater) { in CreateEmptyPHI()286 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) { in ValueIsPHI()292 static PHINode *ValueIsNewPHI(Value *Val, SSAUpdater *Updater) { in ValueIsNewPHI()
63 LayerUpdater* ImageLayer::Updater() const { in Updater() function in cc::ImageLayer
108 LayerUpdater* ContentLayer::Updater() const { in Updater() function in cc::ContentLayer
1875 virtual LayerUpdater* Updater() const OVERRIDE { in Updater() function in cc::__anona81c7a6a0111::UpdateTrackingTiledLayer
146 LayerUpdater* FakeTiledLayer::Updater() const { in Updater() function in cc::FakeTiledLayer
521 SSAUpdater Updater; in setPhiValues() local805 SSAUpdater Updater; in rebuildSSA() local
675 UnloopUpdater Updater(Unloop, this); in updateUnloop() local
600 class Updater(object): class