Searched defs:ProgramPoint (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | DataFlowFramework.h | 152 struct ProgramPoint struct 159 ProgramPoint(ParentTy point = nullptr) : ParentTy(point) {} in ParentTy() argument 165 ProgramPoint(OpT op) : ParentTy(op) {} in ProgramPoint() argument
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | DataflowAnalysis.h | 50 ProgramPoint() : ID(IDTy::BB), Data((MCInst *)nullptr) {} in ProgramPoint() function 51 ProgramPoint(BinaryBasicBlock *BB) : ID(IDTy::BB), Data(BB) {} in ProgramPoint() function 52 ProgramPoint(MCInst *Inst) : ID(IDTy::Inst), Data(Inst) {} in ProgramPoint() function
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 228 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() function 339 : ProgramPoint(S, FunctionExitKind, LC, tag) {} in ProgramPoint() function 736 : ProgramPoint(Data1, Data2, EpsilonKind, L, tag) {} in ProgramPoint() function
|
| H A D | PathDiagnostic.h | 48 class ProgramPoint; variable
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ShrinkWrapping.cpp | 921 BinaryFunction *Func, SmallVector<ProgramPoint, 4> &Frontier, in splitFrontierCritEdges() 1107 const SmallVector<ProgramPoint, 4> &RestorePoints, int64_t SaveOffset, in fixPopsPlacements() 1220 SmallVector<ProgramPoint, 4> &RestorePoints, bool UsePushPops) { in scheduleSaveRestoreInsertions()
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | exploded-graph-rewriter.py | 65 class ProgramPoint: class
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 53 class ProgramPoint; variable
|