Home
last modified time | relevance | path

Searched refs:StopAt (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp155 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument
159 while (To != StopAt && !Visited.count(From->getSinglePredecessor()) && in recordConditions()
466 BasicBlock *StopAt = CSDTNode ? CSDTNode->getIDom()->getBlock() : nullptr; in shouldSplitOnPredicatedArgument() local
474 recordConditions(CB, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument()
H A DJumpThreading.cpp517 Instruction *StopAt, in getJumpThreadDuplicationCost() argument
519 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost()
527 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost()
531 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost()
535 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost()
546 for (; &*I != StopAt; ++I) { in getJumpThreadDuplicationCost()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp638 : Builder(Builder), Root(parseDiagText(Text, StopAt::End)) {} in DiagText()
640 enum class StopAt { enum
649 Piece *parseDiagText(StringRef &Text, StopAt Stop);
1017 StopAt Stop) { in parseDiagText()
1075 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText()
1096 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText()
1131 Diff->Parts[0] = parseDiagText(Text, StopAt::Dollar); in parseDiagText()
1133 Diff->Parts[1] = parseDiagText(Text, StopAt::Dollar); in parseDiagText()
1135 Diff->Parts[2] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText()
1137 Diff->Parts[3] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCloning.h292 Instruction *StopAt,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp994 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument
1020 for (; StopAt != &*BI && BB->getTerminator() != &*BI; ++BI) { in DuplicateInstructionsInSplitBetween()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp587 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber() argument
603 if (Current == StopAt || Current == SkipStopAt) in walkToPhiOrClobber()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp19727 ArrayRef<const Expr *> StopAt; member in __anon060bf1642811::EvaluatedExprMarker
19730 ArrayRef<const Expr *> StopAt) in EvaluatedExprMarker() argument
19731 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()
19738 if (llvm::is_contained(StopAt, E)) in Visit()
19777 ArrayRef<const Expr*> StopAt) { in MarkDeclarationsReferencedInExpr() argument
19778 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
H A DTreeTransform.h11246 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; in TransformCXXRewrittenBinaryOperator() local
11247 SemaRef.MarkDeclarationsReferencedInExpr(E, false, StopAt); in TransformCXXRewrittenBinaryOperator()
H A DSemaOpenMP.cpp2296 unsigned StopAt) { in isOpenMPCapturedDecl() argument
2330 CheckScopeInfo ? (FunctionScopes.size() - (StopAt + 1)) : 0)) { in isOpenMPCapturedDecl()
2358 for (unsigned I = StopAt + 1; I > 0; --I) { in isOpenMPCapturedDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5355 ArrayRef<const Expr *> StopAt = None);
10751 unsigned StopAt = 0);