/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CallGraphUpdater.h | 52 CGSCCUpdateResult *UR = nullptr; global() variable 68 initialize(LazyCallGraph & LCG,LazyCallGraph::SCC & SCC,CGSCCAnalysisManager & AM,CGSCCUpdateResult & UR) initialize() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 65 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run() argument 161 CGSCCUpdateResult UR = { run() local 355 run(LazyCallGraph::SCC & InitialC,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument 502 run(LazyCallGraph::SCC & C,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument 809 incorporateNewSCCRange(const SCCRangeT & NewSCCRange,LazyCallGraph & G,LazyCallGraph::Node & N,LazyCallGraph::SCC * C,CGSCCAnalysisManager & AM,CGSCCUpdateResult & UR) incorporateNewSCCRange() argument 870 updateCGAndAnalysisManagerForPass(LazyCallGraph & G,LazyCallGraph::SCC & InitialC,LazyCallGraph::Node & N,CGSCCAnalysisManager & AM,CGSCCUpdateResult & UR,FunctionAnalysisManager & FAM,bool FunctionPass) updateCGAndAnalysisManagerForPass() argument 1203 updateCGAndAnalysisManagerForFunctionPass(LazyCallGraph & G,LazyCallGraph::SCC & InitialC,LazyCallGraph::Node & N,CGSCCAnalysisManager & AM,CGSCCUpdateResult & UR,FunctionAnalysisManager & FAM) updateCGAndAnalysisManagerForFunctionPass() argument 1210 updateCGAndAnalysisManagerForCGSCCPass(LazyCallGraph & G,LazyCallGraph::SCC & InitialC,LazyCallGraph::Node & N,CGSCCAnalysisManager & AM,CGSCCUpdateResult & UR,FunctionAnalysisManager & FAM) updateCGAndAnalysisManagerForCGSCCPass() argument [all...] |
H A D | InlineAdvisor.cpp | 640 run(LazyCallGraph::SCC & InitialC,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument
|
H A D | ScalarEvolution.cpp | 7026 ConstantRange UR = getRangeForAffineARHelper( getRangeForAffineAR() local 11170 auto UR = getUnsignedRange(RHS); isKnownPredicateViaConstantRanges() local 11184 auto UR = getUnsignedRange(RHS); isKnownPredicateViaConstantRanges() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 71 const User *UR = U.getUser(); in analyzeGlobalAux() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 26 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 70 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 430 RegisterRef UR = UA.Addr->getRegRef(DFG); in getAllReachedUses() local 599 RegisterRef UR = PUA.Addr->getRegRef(DFG); in computePhiInfo() local 680 RegisterRef UR = UA.Addr->getRegRef(DFG); in computePhiInfo() local
|
H A D | RDFGraph.cpp | 1271 RegisterRef UR = makeRegRef(Op); in buildStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 202 run(LazyCallGraph::SCC & InitialC,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument
|
H A D | ArgumentPromotion.cpp | 806 run(LazyCallGraph::SCC & C,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument
|
H A D | Attributor.cpp | 4044 run(LazyCallGraph::SCC & C,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument 4100 run(LazyCallGraph::SCC & C,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument
|
H A D | OpenMPOpt.cpp | 5829 run(LazyCallGraph::SCC & C,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptAddrMode.cpp | 218 RegisterRef UR = UN.Addr->getRegRef(*DFG); allValidCandidates() local
|
H A D | HexagonBitSimplify.cpp | 1244 BitTracker::RegisterRef UR = *I; in computeUsedBits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 2070 updateCallGraphAfterCoroutineSplit(LazyCallGraph::Node & N,const coro::Shape & Shape,const SmallVectorImpl<Function * > & Clones,LazyCallGraph::SCC & C,LazyCallGraph & CG,CGSCCAnalysisManager & AM,CGSCCUpdateResult & UR,FunctionAnalysisManager & FAM) updateCallGraphAfterCoroutineSplit() argument 2177 run(LazyCallGraph::SCC & C,CGSCCAnalysisManager & AM,LazyCallGraph & CG,CGSCCUpdateResult & UR) run() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 1083 const bool UR = RTy.isUnsigned(); in simplifySymbolCast() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2504 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerTypeUnion() local 2525 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1140 ConstantRange UR = Result_zext.truncate(getBitWidth()); multiply() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 2326 TrackUnresolvedResolver UR(&R); in resolveReferences() local
|