Home
last modified time | relevance | path

Searched refs:Representative (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp556 const IndexedReference &Representative = *RefGroup.front().get(); in populateReferenceGroups() local
560 dbgs().indent(2) << Representative << "\n"; in populateReferenceGroups()
576 R->hasTemporalReuse(Representative, *TRT, *InnerMostLoop, DI, AA); in populateReferenceGroups()
578 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups()
647 const IndexedReference *Representative = RG.front().get(); in computeRefGroupCacheCost() local
648 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp299 unsigned Representative = *Opcodes.begin(); in getActionDefinitionsBuilder() local
305 aliasActionDefinitions(Representative, Op); in getActionDefinitionsBuilder()
307 auto &Return = getActionDefinitionsBuilder(Representative); in getActionDefinitionsBuilder()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp1768 SymbolRef Representative = *ClassMembers.begin(); in getConstraintMap() local
1769 Result = F.add(Result, Representative, ClassConstraint.second); in getConstraintMap()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp6043 const Matcher &Representative = **Matchers.begin(); in candidateConditionMatches() local
6044 const auto &RepresentativeCondition = Representative.getFirstCondition(); in candidateConditionMatches()