Home
last modified time | relevance | path

Searched refs:Affected (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAssumptionCache.cpp59 SmallVectorImpl<AssumptionCache::ResultElem> &Affected) { in findAffectedValues() argument
63 auto AddAffected = [&Affected](Value *V, unsigned Idx = in findAffectedValues()
66 Affected.push_back({V, Idx}); in findAffectedValues()
68 Affected.push_back({I, Idx}); in findAffectedValues()
75 Affected.push_back({Op, Idx}); in findAffectedValues()
137 SmallVector<AssumptionCache::ResultElem, 16> Affected; in updateAffectedValues() local
138 findAffectedValues(CI, TTI, Affected); in updateAffectedValues()
140 for (auto &AV : Affected) { in updateAffectedValues()
150 SmallVector<AssumptionCache::ResultElem, 16> Affected; in unregisterAssumption() local
151 findAffectedValues(CI, TTI, Affected); in unregisterAssumption()
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DAffectedRangeManager.cpp95 (*I)->Affected = true; in markAllAsAffected()
126 if (!Tok->Children.empty() && Tok->Children.front()->Affected) in nonPPLineAffected()
134 bool LineMoved = PreviousLine && PreviousLine->Affected && in nonPPLineAffected()
140 PreviousLine->Affected && PreviousLine->Last->is(tok::comment); in nonPPLineAffected()
145 Lines[Line->MatchingOpeningBlockLineIndex]->Affected; in nonPPLineAffected()
149 Line->Affected = true; in nonPPLineAffected()
H A DTokenAnnotator.h44 IsMultiVariableDeclStmt(false), Affected(false), in AnnotatedLine()
137 bool Affected; variable
H A DUsingDeclarationsSorter.cpp119 if (Declaration.Line->Affected) { in endUsingDeclarationBlock()
H A DDefinitionBlockSeparator.cpp100 if (!TargetLine->Affected) in separateBlocks()
H A DUnwrappedLineFormatter.cpp877 if (B.Affected) in join()
878 A.Affected = true; in join()
1311 bool ShouldFormat = TheLine.Affected || FixIndentation; in format()
1366 StartsNewLine && ((PreviousLine && PreviousLine->Affected) || in format()
H A DNamespaceEndCommentsFixer.cpp250 if (!Line->Affected || Line->InPPDirective || !Line->startsWith(tok::r_brace)) in getNamespaceToken()
H A DSortJavaScriptImports.cpp418 AnyImportAffected = AnyImportAffected || Line->Affected; in parseModuleReferences()
H A DFormat.cpp1856 if (!Line->Affected) in insertBraces()
1901 if (Line->Affected) { in removeBraces()
1949 if (!Line->Affected) in requoteJSStringLiteral()
2177 if (!Line->Affected) in insertTrailingCommas()
2249 if (Line->Affected) { in cleanupLine()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h643 SmallVector<TreeNodePtr, 8> Affected; member
777 II.Affected.push_back(TN); in InsertReachable()
847 for (const TreeNodePtr TN : II.Affected) { in UpdateInsertion()
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst282 `git push` collisions when upstreaming. Affected contributors may be able to