Home
last modified time | relevance | path

Searched defs:Updater (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp286 MachineSSAUpdater *Updater) { in GetUndefVal()
298 MachineSSAUpdater *Updater) { in CreateEmptyPHI()
323 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsPHI()
329 static MachineInstr *ValueIsNewPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsNewPHI()
DLiveRangeCalc.cpp198 LiveRangeUpdater Updater; in updateFromLiveIns() local
340 LiveRangeUpdater Updater(&LR); in findReachingDefs() local
DLiveInterval.cpp652 LiveRangeUpdater Updater(this); in join() local
663 LiveRangeUpdater Updater(this); in MergeSegmentsInAsValue() local
676 LiveRangeUpdater Updater(this); in MergeValueInAsValue() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp259 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()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp586 SSAUpdater Updater; in setPhiValues() local
885 SSAUpdater Updater; in rebuildSSA() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp559 InitListExpr *Updater) { in BuildStruct()
842 InitListExpr *Updater) { in EmitDesignatedInitUpdater()
1116 InitListExpr *Updater) { in Build()
/external/llvm/lib/Analysis/
DLoopInfo.cpp677 UnloopUpdater Updater(Unloop, this); in updateUnloop() local
/external/clang/include/clang/AST/
DExpr.h4395 void setUpdater(Expr *Updater) { BaseAndUpdaterExprs[1] = Updater; } in setUpdater()