Searched defs:Updates (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp189 /// Do the constant promotion indicated by the Updates records, keeping track
191 void promoteConstants(Function &F, SmallVectorImpl<UpdateRecord> &Updates,
515 Function &F, SmallVectorImpl<UpdateRecord> &Updates,
518 for (auto U = Updates.begin(), E = Updates.end(); U != E;) {
538 SmallVector<UpdateRecord, 64> Updates; local
559 Updates.emplace_back(Cst, &I, OpNo);
563 if (Updates.empty())
566 promoteConstants(F, Updates, PromotionCache);
514 promoteConstants( Function &F, SmallVectorImpl<UpdateRecord> &Updates, PromotionCacheTy &PromotionCache) argument
/external/clang/include/clang/AST/
H A DStmtOpenMP.h411 // Updates and Finals
557 SmallVector<Expr *, 4> Updates; member in struct:clang::OMPLoopDirective::HelperExprs
594 Updates.resize(Size);
600 Updates[i] = nullptr;

Completed in 112 milliseconds