Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp522 Instruction *StopAt, in getJumpThreadDuplicationCost() argument
524 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost()
547 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost()
551 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost()
555 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost()
566 for (; &*I != StopAt; ++I) { in getJumpThreadDuplicationCost()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp636 : Builder(Builder), Root(parseDiagText(Text, StopAt::End)) {} in DiagText()
638 enum class StopAt { enum
647 Piece *parseDiagText(StringRef &Text, StopAt Stop);
1015 StopAt Stop) { in parseDiagText()
1073 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText()
1094 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText()
1129 Diff->Parts[0] = parseDiagText(Text, StopAt::Dollar); in parseDiagText()
1131 Diff->Parts[1] = parseDiagText(Text, StopAt::Dollar); in parseDiagText()
1133 Diff->Parts[2] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText()
1135 Diff->Parts[3] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h300 Instruction *StopAt,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1040 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument
1066 for (; StopAt != &*BI && BB->getTerminator() != &*BI; ++BI) { in DuplicateInstructionsInSplitBetween()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp558 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber() argument
574 if (Current == StopAt || Current == SkipStopAt) in walkToPhiOrClobber()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp20106 ArrayRef<const Expr *> StopAt; member in __anon1dde138b2811::EvaluatedExprMarker
20109 ArrayRef<const Expr *> StopAt) in EvaluatedExprMarker() argument
20110 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()
20117 if (llvm::is_contained(StopAt, E)) in Visit()
20156 ArrayRef<const Expr*> StopAt) { in MarkDeclarationsReferencedInExpr() argument
20157 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
H A DTreeTransform.h11412 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; in TransformCXXRewrittenBinaryOperator() local
11413 SemaRef.MarkDeclarationsReferencedInExpr(E, false, StopAt); in TransformCXXRewrittenBinaryOperator()
H A DSemaOpenMP.cpp2328 unsigned StopAt) { in isOpenMPCapturedDecl() argument
2362 CheckScopeInfo ? (FunctionScopes.size() - (StopAt + 1)) : 0)) { in isOpenMPCapturedDecl()
2390 for (unsigned I = StopAt + 1; I > 0; --I) { in isOpenMPCapturedDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5495 ArrayRef<const Expr *> StopAt = std::nullopt);
11081 unsigned StopAt = 0);