/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | Tracker.h | 57 class Tracker; variable 91 UseSet(const Use &U, Tracker &Tracker) in UseSet() argument 205 explicit Tracker(Context &Ctx) : Ctx(Ctx) {} in Tracker() function
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | Tracker.cpp | 45 Tracker &Tracker) in EraseFromParent() argument 103 RemoveFromParent::RemoveFromParent(Instruction *RemovedI, Tracker &Tracker) in RemoveFromParent() argument 127 MoveInstr::MoveInstr(Instruction *MovedI, Tracker &Tracker) in MoveInstr() argument
|
H A D | SandboxIR.cpp | 123 auto &Tracker = Ctx.getTracker(); in replaceUsesWithIf() local 133 auto &Tracker = Ctx.getTracker(); in replaceAllUsesWith() local 228 auto &Tracker = Ctx.getTracker(); in setOperand() local 236 auto &Tracker = Ctx.getTracker(); in replaceUsesOfWith() local 336 auto &Tracker = Ctx.getTracker(); in removeFromParent() local 350 auto &Tracker = Ctx.getTracker(); in eraseFromParent() local 375 auto &Tracker = Ctx.getTracker(); in moveBefore() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 584 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, in verifyFunction() 799 const GCPtrTracker *Tracker, const Instruction &I, in verifyInstruction() 897 GCPtrTracker Tracker(F, DT, CD); in Verify() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.h | 289 PressureTracker Tracker; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 579 AliasSetTracker Tracker(BatchAA); in run() local
|
H A D | CaptureTracking.cpp | 407 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker, in PointerMayBeCaptured()
|
H A D | InstructionSimplify.cpp | 2857 CustomCaptureTracker Tracker; in computePointerICmp() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 162 class Tracker; variable
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1396 DeclUseTracker Tracker; in findGadgets() member 2633 const DeclUseTracker &Tracker, in fixVariableWithSpan() 2731 const DeclUseTracker &Tracker, in fixVariableWithArray() 2754 const DeclUseTracker &Tracker, ASTContext &Ctx, in fixVariable() 2890 const DeclUseTracker &Tracker, UnsafeBufferUsageHandler &Handler, in getFixIts()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 194 AllocaDerivedValueTracker Tracker; in markTails() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 4156 BalancedDelimiterTracker Tracker(*this, tok::l_paren); in ParseDeclarationSpecifiers() local 4390 BalancedDelimiterTracker Tracker(*this, tok::l_paren); in ParseDeclarationSpecifiers() local 7492 BalancedDelimiterTracker &Tracker, in ParseFunctionDeclarator()
|
H A D | ParseExprCXX.cpp | 4056 BalancedDelimiterTracker &Tracker, in ParseCXXAmbiguousParenExpression()
|
H A D | ParseDeclCXX.cpp | 265 BalancedDelimiterTracker &Tracker) { in ParseInnerNamespace()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 437 CopyTracker Tracker; member in __anon32f3c4080111::MachineCopyPropagation
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 905 ArgumentUsesTracker Tracker(SCCNodes); in addArgumentAttrs() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2630 Tracker::Tracker(PathSensitiveBugReport &Report) : Report(Report) { in Tracker() function in Tracker
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 879 CmpCaptureTracker Tracker(Alloca); in foldAllocaCmp() local
|