Searched defs:Updated (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp912 SmallPtrSet<LiveRange*, 8> Updated; member in class:LiveIntervals::HMEditor
982 if (!Updated.insert(&LR).second)
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2559 StatepointLiveSetTy Updated; local
2560 findLiveSetAtInst(Inst, RevisedLivenessData, Updated);
2570 for (auto V : Updated)
2577 for (auto V : Updated)
2586 if (!Updated.count(KVPair.first))
2594 assert(Updated.count(KVPair.first) && "record for non-live value");
2597 Info.LiveSet = Updated;
/external/clang/lib/AST/
H A DASTContext.cpp2291 QualType Updated = local
2293 FD->setType(Updated);
2303 Updated = getFunctionTypeWithExceptionSpec(*this, TSInfo->getType(), ESI);
2308 assert(TypeLoc::getFullDataSizeForType(Updated) ==
2311 TSInfo->overrideType(Updated);

Completed in 761 milliseconds