| /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() 467 BasicBlock *StopAt = CSDTNode ? CSDTNode->getIDom()->getBlock() : nullptr; in shouldSplitOnPredicatedArgument() local 475 recordConditions(CB, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument()
|
| H A D | JumpThreading.cpp | 428 Instruction *StopAt, in getJumpThreadDuplicationCost() argument 430 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost() 453 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost() 457 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost() 461 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost() 472 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); 1076 StopAt Stop) { in parseDiagText() 1141 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText() 1185 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText() 1211 parseDiagText(Text, StopAt::PipeOrCloseBrace)); in parseDiagText() 1245 Diff->Parts[0] = parseDiagText(Text, StopAt::Dollar); in parseDiagText() 1247 Diff->Parts[1] = parseDiagText(Text, StopAt::Dollar); in parseDiagText() 1249 Diff->Parts[2] = parseDiagText(Text, StopAt::PipeOrCloseBrace); in parseDiagText() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 31 StopAt("sbvec-stop-at", cl::init(StopAtDisabled), cl::Hidden, 485 if (LLVM_UNLIKELY(BottomUpInvocationCnt++ >= StopAt && in tryVectorize() 486 StopAt != StopAtDisabled)) in tryVectorize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 356 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 1121 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument 1147 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 | 150 unsigned StopAt = 0);
|
| H A D | Sema.h | 7086 ArrayRef<const Expr *> StopAt = {});
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 20356 ArrayRef<const Expr *> StopAt; member in __anon9e9a06343511::EvaluatedExprMarker 20359 ArrayRef<const Expr *> StopAt) in EvaluatedExprMarker() argument 20360 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker() 20367 if (llvm::is_contained(StopAt, E)) in Visit() 20400 ArrayRef<const Expr*> StopAt) { in MarkDeclarationsReferencedInExpr() argument 20401 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
|
| H A D | SemaOpenMP.cpp | 2332 unsigned StopAt) { in isOpenMPCapturedDecl() argument 2367 CheckScopeInfo ? (SemaRef.FunctionScopes.size() - (StopAt + 1)) in isOpenMPCapturedDecl() 2396 for (unsigned I = StopAt + 1; I > 0; --I) { in isOpenMPCapturedDecl()
|
| H A D | TreeTransform.h | 13601 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; in TransformCXXRewrittenBinaryOperator() local 13602 SemaRef.MarkDeclarationsReferencedInExpr(E, false, StopAt); in TransformCXXRewrittenBinaryOperator()
|