Home
last modified time | relevance | path

Searched defs:ProgramPoint (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h152 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 DDataflowAnalysis.h50 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 DProgramPoint.h228 : 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 DPathDiagnostic.h48 class ProgramPoint; variable
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp921 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 Dexploded-graph-rewriter.py65 class ProgramPoint: class
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h53 class ProgramPoint; variable