Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp291 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 DLiveRangeCalc.cpp65 LiveRangeUpdater Updater; in updateFromLiveIns() local
283 LiveRangeUpdater Updater(&LR); in findReachingDefs() local
H A DLiveInterval.cpp715 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 DSSAUpdater.cpp263 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 DLoopPassManager.cpp229 LPMUpdater Updater(Worklist, LAM, LoopNestMode); in run() local
H A DLoopDeletion.cpp258 LPMUpdater &Updater) { in run()
H A DStructurizeCFG.cpp618 SSAUpdater Updater(&InsertedPhis); in setPhiValues() local
920 SSAUpdater Updater; in rebuildSSA() local
H A DLoopUnrollPass.cpp1327 LPMUpdater &Updater) { in run()
H A DDeadStoreElimination.cpp1645 MemorySSAUpdater Updater(&MSSA); in deleteDeadInstruction() local
H A DGVN.cpp2452 MemorySSAUpdater Updater(MSSA); in runImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp914 UnloopUpdater Updater(Unloop, this); in erase() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp625 InitListExpr *Updater) { in EmitDesignatedInitUpdater()
887 CharUnits Offset, InitListExpr *Updater) { in UpdateStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp352 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 DCoroFrame.cpp547 auto Updater = [&](Value *I) { in updateLayoutIndex() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5313 void setUpdater(Expr *Updater) { BaseAndUpdaterExprs[1] = Updater; } in setUpdater()