| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 70 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run() argument 94 PreservedAnalyses PassPA = Pass->run(*C, AM, G, UR); in run() 97 C = UR.UpdatedC ? UR.UpdatedC : C; in run() 98 if (UR.UpdatedC) { in run() 111 if (UR.InvalidatedSCCs.count(C)) { in run() 131 UR.CrossSCCPA.intersect(PA); in run() 169 CGSCCUpdateResult UR = {CWorklist, in run() local 265 CGAM.invalidate(*C, UR.CrossSCCPA); in run() 272 LastUpdatedC = UR.UpdatedC; in run() 273 UR.UpdatedC = nullptr; in run() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CallGraphUpdater.h | 47 CGSCCUpdateResult *UR = nullptr; variable 59 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in initialize() argument 63 this->UR = &UR; in initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallGraphUpdater.cpp | 47 UR->InvalidatedSCCs.insert(LCG->lookupSCC(N)); in finalize() 48 UR->DeadFunctions.push_back(DeadFn); in finalize() 68 updateCGAndAnalysisManagerForCGSCCPass(*LCG, *C, N, *AM, *UR, *FAM); in reanalyzeFunction()
|
| H A D | GlobalStatus.cpp | 71 const User *UR = U.getUser(); in analyzeGlobalAux() local 72 if (const Constant *C = dyn_cast<Constant>(UR)) { in analyzeGlobalAux() 84 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) { in analyzeGlobalAux()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 208 CGSCCUpdateResult &UR) { in run() argument 353 if (CalleeSCC == C && UR.InlinedInternalEdges.count({&N, C})) { in run() 499 C = &updateCGAndAnalysisManagerForCGSCCPass(CG, *C, N, AM, UR, FAM); in run() 522 if ((C != OldC || UR.CWorklist.count(OldC)) && in run() 528 UR.InlinedInternalEdges.insert({&N, OldC}); in run() 563 UR.InvalidatedSCCs.insert(&DeadC); in run() 565 UR.DeadFunctions.push_back(DeadF); in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 34 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash() 36 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CGSCCPassManager.h | 134 LazyCallGraph &G, CGSCCUpdateResult &UR); 425 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, 436 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, 474 CGSCCUpdateResult &UR); 561 CGSCCUpdateResult &UR);
|
| H A D | InlineAdvisor.h | 352 CGSCCUpdateResult &UR);
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | stdfix-macros.h | 100 #define UFRACT_MIN 0.0UR 105 #define UFRACT_MAX 0x1.FFFEp-1UR 111 #define UFRACT_EPSILON 0x1.0p-16UR
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroAnnotationElide.cpp | 110 CGSCCUpdateResult &UR) { in run() argument 113 CGUpdater.initialize(CG, C, AM, UR); in run() 165 updateCGAndAnalysisManagerForCGSCCPass(CG, *CallerC, *CallerN, AM, UR, in run()
|
| H A D | CoroSplit.cpp | 2041 LazyCallGraph &CG, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, in updateCallGraphAfterCoroutineSplit() argument 2065 UR, FAM); in updateCallGraphAfterCoroutineSplit() 2072 AM, UR, FAM); in updateCallGraphAfterCoroutineSplit() 2204 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in run() argument 2250 *N, Shape, Clones, *CurrentSCC, CG, AM, UR, FAM); in run() 2262 UR.CWorklist.insert(CurrentSCC); in run() 2264 UR.CWorklist.insert(CG.lookupSCC(CG.get(*Clone))); in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 71 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() argument 72 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {} in HWInstructionIssuedEvent()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | CoroAnnotationElide.h | 30 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| H A D | CoroSplit.h | 51 CGSCCUpdateResult &UR);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ArgumentPromotion.h | 30 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| H A D | FunctionAttrs.h | 56 CGSCCUpdateResult &UR);
|
| H A D | OpenMPOpt.h | 59 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
| H A D | Inliner.h | 45 CGSCCUpdateResult &UR);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT() argument 27 Union(std::move(UR)), Tag(&*Union) {} in NativeTypeUDT()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 430 RegisterRef UR = UA.Addr->getRegRef(DFG); in getAllReachedUses() local 431 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR)) in getAllReachedUses() 599 RegisterRef UR = PUA.Addr->getRegRef(DFG); in computePhiInfo() local 600 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo() 677 RegisterRef UR = UA.Addr->getRegRef(DFG); in computePhiInfo() local 685 if (MidDefs.hasCoverOf(UR)) in computePhiInfo()
|
| /freebsd/contrib/llvm-project/libc/src/__support/fixed_point/ |
| H A D | fx_rep.h | 111 LIBC_INLINE static constexpr Type ZERO() { return 0.0UR; } 113 LIBC_INLINE static constexpr Type ONE_HALF() { return 0.5UR; } 114 LIBC_INLINE static constexpr Type ONE_FOURTH() { return 0.25UR; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 341 auto *UR = dyn_cast<VPRecipeBase>(U); in collectEphemeralRecipesForVPlan() local 342 return !UR || !EphRecipes.contains(UR); in collectEphemeralRecipesForVPlan()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 1211 ConstantRange UR = Result_zext.truncate(getBitWidth()); in multiply() local 1217 if (!UR.isUpperWrapped() && in multiply() 1218 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue())) in multiply() 1219 return UR; in multiply() 1238 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR; in multiply()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 1084 const bool UR = RTy.isUnsigned(); in simplifySymbolCast() local 1086 if (((WT > WR) && (UR || !UT)) || ((WT == WR) && (UT == UR))) in simplifySymbolCast()
|