HomeSort by: relevance | last modified time | path
    Searched defs:Updated (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.cpp 84 bool Updated = false;
87 Updated = true;
96 return Updated;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp 986 SmallPtrSet<LiveRange*, 8> Updated;
1073 if (!Updated.insert(&LR).second)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 317 // updated and that no other pointer does.
1293 /// Given an updated version of the dataflow liveness results, update the
2560 // Thankfully, the live set is embedded in the statepoint (and updated), so
3057 StatepointLiveSetTy Updated;
3058 findLiveSetAtInst(Call, RevisedLivenessData, Updated);
3062 for (auto V : Updated)
3066 for (auto V : Updated)
3075 if (!Updated.count(KVPair.first))
3083 assert(Updated.count(KVPair.first) && "record for non-live value");
3086 Info.LiveSet = Updated;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 2532 bool Updated = false;
2537 Updated = true;
2540 if (Updated)
2731 bool Updated = false;
2740 Updated = true;
2749 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3135 QualType Updated =
3137 FD->setType(Updated);
3147 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI);
3152 assert(TypeLoc::getFullDataSizeForType(Updated) ==
3155 TSInfo->overrideType(Updated);

Completed in 39 milliseconds