Searched defs:StopAt (Results 1 – 8 of 8) sorted by relevance
/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 getJumpThreadDuplicationCost(const TargetTransformInfo * TTI,BasicBlock * BB,Instruction * StopAt,unsigned Threshold) getJumpThreadDuplicationCost() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1064 DuplicateInstructionsInSplitBetween(BasicBlock * BB,BasicBlock * PredBB,Instruction * StopAt,ValueToValueMapTy & ValueMapping,DomTreeUpdater & DTU) DuplicateInstructionsInSplitBetween() argument
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 638 enum class StopAt { global() enum [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 19797 ArrayRef<const Expr *> StopAt; global() member in __anond5f75ba73311::EvaluatedExprMarker 19800 EvaluatedExprMarker(Sema & S,bool SkipLocalVariables,ArrayRef<const Expr * > StopAt) EvaluatedExprMarker() argument 19841 MarkDeclarationsReferencedInExpr(Expr * E,bool SkipLocalVariables,ArrayRef<const Expr * > StopAt) MarkDeclarationsReferencedInExpr() argument
|
H A D | TreeTransform.h | 12452 const Expr *StopAt[] = {Decomp.LHS, Decomp.RHS}; TransformCXXRewrittenBinaryOperator() local
|
H A D | SemaOpenMP.cpp | 2355 isOpenMPCapturedDecl(ValueDecl * D,bool CheckScopeInfo,unsigned StopAt) isOpenMPCapturedDecl() argument
|