Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp285 MachineSSAUpdater *Updater) { in GetUndefVal()
297 MachineSSAUpdater *Updater) { in CreateEmptyPHI()
322 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsPHI()
328 static MachineInstr *ValueIsNewPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsNewPHI()
DLiveRangeCalc.cpp214 LiveRangeUpdater Updater; in updateFromLiveIns() local
356 LiveRangeUpdater Updater(&LR); in findReachingDefs() local
DLiveInterval.cpp655 LiveRangeUpdater Updater(this); in join() local
666 LiveRangeUpdater Updater(this); in MergeSegmentsInAsValue() local
679 LiveRangeUpdater Updater(this); in MergeValueInAsValue() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSSAUpdater.cpp301 MachineSSAUpdater *Updater) { in GetUndefVal()
313 MachineSSAUpdater *Updater) { in CreateEmptyPHI()
339 static MachineInstr *ValueIsPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsPHI()
345 static MachineInstr *ValueIsNewPHI(unsigned Val, MachineSSAUpdater *Updater) { in ValueIsNewPHI()
/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp293 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { in GetUndefVal()
300 SSAUpdater *Updater) { in CreateEmptyPHI()
320 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) { in ValueIsPHI()
326 static PHINode *ValueIsNewPHI(Value *Val, SSAUpdater *Updater) { in ValueIsNewPHI()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp596 SSAUpdater Updater; in setPhiValues() local
891 SSAUpdater Updater; in rebuildSSA() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp565 InitListExpr *Updater) { in BuildStruct()
855 InitListExpr *Updater) { in EmitDesignatedInitUpdater()
1129 InitListExpr *Updater) { in Build()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp639 UnloopUpdater Updater(Unloop, this); in updateUnloop() local
/external/llvm/lib/Analysis/
DLoopInfo.cpp628 UnloopUpdater Updater(Unloop, this); in markAsRemoved() local
/external/clang/include/clang/AST/
DExpr.h4298 void setUpdater(Expr *Updater) { BaseAndUpdaterExprs[1] = Updater; } in setUpdater()