Searched defs:StopAt (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 153 ConditionsTy &Conditions, BasicBlock *StopAt) { in recordConditions() argument 466 BasicBlock *StopAt = CSDTNode ? CSDTNode->getIDom()->getBlock() : nullptr; in shouldSplitOnPredicatedArgument() local
|
H A D | JumpThreading.cpp | 429 Instruction *StopAt, in getJumpThreadDuplicationCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1092 DuplicateInstructionsInSplitBetween(BasicBlock * BB,BasicBlock * PredBB,Instruction * StopAt,ValueToValueMapTy & ValueMapping,DomTreeUpdater & DTU) DuplicateInstructionsInSplitBetween() argument
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 638 enum class StopAt { enum [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 552 walkToPhiOrClobber(DefPath & Desc,const MemoryAccess * StopAt=nullptr,const MemoryAccess * SkipStopAt=nullptr) const walkToPhiOrClobber() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 20859 ArrayRef<const Expr *> StopAt; global() member in __anonf7f06b863311::EvaluatedExprMarker 20862 EvaluatedExprMarker(Sema & S,bool SkipLocalVariables,ArrayRef<const Expr * > StopAt) EvaluatedExprMarker() argument 20909 MarkDeclarationsReferencedInExpr(Expr * E,bool SkipLocalVariables,ArrayRef<const Expr * > StopAt) MarkDeclarationsReferencedInExpr() argument
|
H A D | TreeTransform.h | 11630 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; TransformCXXRewrittenBinaryOperator() local
|
H A D | SemaOpenMP.cpp | 2351 isOpenMPCapturedDecl(ValueDecl * D,bool CheckScopeInfo,unsigned StopAt) isOpenMPCapturedDecl() argument
|