Searched defs:Updater (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineSSAUpdater.cpp | 291 MachineSSAUpdater *Updater) { in GetUndefVal() 303 MachineSSAUpdater *Updater) { in CreateEmptyPHI() 327 static MachineInstr *ValueIsPHI(Register Val, MachineSSAUpdater *Updater) { in ValueIsPHI() 333 static MachineInstr *ValueIsNewPHI(Register Val, MachineSSAUpdater *Updater) { in ValueIsNewPHI()
|
H A D | LiveRangeCalc.cpp | 65 LiveRangeUpdater Updater; in updateFromLiveIns() local 283 LiveRangeUpdater Updater(&LR); in findReachingDefs() local
|
H A D | LiveInterval.cpp | 715 LiveRangeUpdater Updater(this); in join() local 726 LiveRangeUpdater Updater(this); in MergeSegmentsInAsValue() local 739 LiveRangeUpdater Updater(this); in MergeValueInAsValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 263 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { in GetUndefVal() 270 SSAUpdater *Updater) { in CreateEmptyPHI() 283 static PHINode *ValueIsPHI(Value *Val, SSAUpdater *Updater) { in ValueIsPHI() 289 static PHINode *ValueIsNewPHI(Value *Val, SSAUpdater *Updater) { in ValueIsNewPHI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopPassManager.cpp | 229 LPMUpdater Updater(Worklist, LAM, LoopNestMode); in run() local
|
H A D | LoopDeletion.cpp | 258 LPMUpdater &Updater) { in run()
|
H A D | StructurizeCFG.cpp | 618 SSAUpdater Updater(&InsertedPhis); in setPhiValues() local 920 SSAUpdater Updater; in rebuildSSA() local
|
H A D | LoopUnrollPass.cpp | 1327 LPMUpdater &Updater) { in run()
|
H A D | DeadStoreElimination.cpp | 1645 MemorySSAUpdater Updater(&MSSA); in deleteDeadInstruction() local
|
H A D | GVN.cpp | 2452 MemorySSAUpdater Updater(MSSA); in runImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 914 UnloopUpdater Updater(Unloop, this); in erase() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 625 InitListExpr *Updater) { in EmitDesignatedInitUpdater() 887 CharUnits Offset, InitListExpr *Updater) { in UpdateStruct()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 352 function_ref<DILocation *(const DILocation &)> Updater) { in updateLoopMetadataDebugLocationsImpl() 377 Instruction &I, function_ref<DILocation *(const DILocation &)> Updater) { in updateLoopMetadataDebugLocations()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 547 auto Updater = [&](Value *I) { in updateLayoutIndex() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 5313 void setUpdater(Expr *Updater) { BaseAndUpdaterExprs[1] = Updater; } in setUpdater()
|