Home
last modified time | relevance | path

Searched refs:Upd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp494 for (auto &Upd : DomTreeUpdates) in getUpdatedDominatorTree() local
495 if (!llvm::is_contained(successors(Upd.getFrom()), Upd.getTo())) in getUpdatedDominatorTree()
496 FinalDomTreeUpdates.push_back(Upd); in getUpdatedDominatorTree()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9095 Value *Upd = *CBResult; in emitAtomicUpdate() local
9096 Builder.CreateStore(Upd, NewAtomicAddr); in emitAtomicUpdate()
9106 Res.second = Upd; in emitAtomicUpdate()
9155 Value *Upd = *CBResult; in emitAtomicUpdate() local
9156 Builder.CreateStore(Upd, NewAtomicAddr); in emitAtomicUpdate()
9169 Res.second = Upd; in emitAtomicUpdate()