Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp153 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument
157 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.cpp429 Instruction *StopAt, in getJumpThreadDuplicationCost() argument
431 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost()
454 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost()
458 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost()
462 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost()
473 for (; &*I != StopAt; ++I) { in getJumpThreadDuplicationCost()
/freebsd/contrib/llvm-project/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);
1019 StopAt Stop) { in parseDiagText()
1077 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText()
1098 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText()
1132 Diff->Parts[0] = parseDiagText(Text, StopAt::Dollar); in parseDiagText()
1134 Diff->Parts[1] = parseDiagText(Text, StopAt::Dollar); in parseDiagText()
1136 Diff->Parts[2] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText()
1138 Diff->Parts[3] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h297 Instruction *StopAt,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1064 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument
1090 for (; StopAt != &*BI && BB->getTerminator() != &*BI; ++BI) { in DuplicateInstructionsInSplitBetween()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber() argument
571 if (Current == StopAt || Current == SkipStopAt) in walkToPhiOrClobber()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h149 unsigned StopAt = 0);
H A DSema.h6667 ArrayRef<const Expr *> StopAt = std::nullopt);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19867 ArrayRef<const Expr *> StopAt; member in __anon9e9a06343311::EvaluatedExprMarker
19870 ArrayRef<const Expr *> StopAt) in EvaluatedExprMarker() argument
19871 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()
19878 if (llvm::is_contained(StopAt, E)) in Visit()
19911 ArrayRef<const Expr*> StopAt) { in MarkDeclarationsReferencedInExpr() argument
19912 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
H A DSemaOpenMP.cpp2356 unsigned StopAt) { in isOpenMPCapturedDecl() argument
2391 CheckScopeInfo ? (SemaRef.FunctionScopes.size() - (StopAt + 1)) in isOpenMPCapturedDecl()
2420 for (unsigned I = StopAt + 1; I > 0; --I) { in isOpenMPCapturedDecl()
H A DTreeTransform.h12483 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; in TransformCXXRewrittenBinaryOperator() local
12484 SemaRef.MarkDeclarationsReferencedInExpr(E, false, StopAt); in TransformCXXRewrittenBinaryOperator()