Home
last modified time | relevance | path

Searched refs:StopAt (Results 1 – 12 of 12) 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()
467 BasicBlock *StopAt = CSDTNode ? CSDTNode->getIDom()->getBlock() : nullptr; in shouldSplitOnPredicatedArgument() local
475 recordConditions(CB, Pred, Conditions, StopAt); in shouldSplitOnPredicatedArgument()
H A DJumpThreading.cpp428 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 DClangDiagnosticsEmitter.cpp636 : 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 DBottomUpVec.cpp31 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 DCloning.h356 BasicBlock *BB, BasicBlock *PredBB, Instruction *StopAt,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1121 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 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.h150 unsigned StopAt = 0);
H A DSema.h7086 ArrayRef<const Expr *> StopAt = {});
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp20356 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 DSemaOpenMP.cpp2332 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 DTreeTransform.h13601 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; in TransformCXXRewrittenBinaryOperator() local
13602 SemaRef.MarkDeclarationsReferencedInExpr(E, false, StopAt); in TransformCXXRewrittenBinaryOperator()