/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 153 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 D | JumpThreading.cpp | 429 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 D | ClangDiagnosticsEmitter.cpp | 636 : 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 D | Cloning.h | 297 Instruction *StopAt,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1064 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 D | MemorySSA.cpp | 555 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 D | SemaOpenMP.h | 149 unsigned StopAt = 0);
|
H A D | Sema.h | 6667 ArrayRef<const Expr *> StopAt = std::nullopt);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 19867 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 D | SemaOpenMP.cpp | 2356 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 D | TreeTransform.h | 12483 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; in TransformCXXRewrittenBinaryOperator() local 12484 SemaRef.MarkDeclarationsReferencedInExpr(E, false, StopAt); in TransformCXXRewrittenBinaryOperator()
|