Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h153 struct ProgramPoint global() struct
160 ParentTyProgramPoint ParentTy() argument
166 ProgramPointProgramPoint ProgramPoint() argument
[all...]
/llvm-project/bolt/include/bolt/Passes/
H A DDataflowAnalysis.h51 ProgramPoint() : ID(IDTy::BB), Data((MCInst *)nullptr) {} in ProgramPoint() function
52 ProgramPoint(BinaryBasicBlock *BB) : ID(IDTy::BB), Data(BB) {} in ProgramPoint() function
53 ProgramPoint(MCInst *Inst) : ID(IDTy::Inst), Data(Inst) {} in ProgramPoint() function
/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h223 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() function
335 : ProgramPoint(S, FunctionExitKind, LC, tag) {} in ProgramPoint() function
735 : ProgramPoint(Data1, Data2, EpsilonKind, L, tag) {} in ProgramPoint() function
H A DPathDiagnostic.h48 class ProgramPoint; variable
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp907 BinaryFunction *Func, SmallVector<ProgramPoint, 4> &Frontier, in splitFrontierCritEdges()
1093 const SmallVector<ProgramPoint, 4> &RestorePoints, int64_t SaveOffset, in fixPopsPlacements()
1205 SmallVector<ProgramPoint, 4> &RestorePoints, bool UsePushPops) { in scheduleSaveRestoreInsertions()
/llvm-project/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py66 class ProgramPoint: class
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h54 class ProgramPoint; variable