Searched defs:ProgramPoint (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | DataFlowFramework.h | 153 struct ProgramPoint global() struct 160 ParentTyProgramPoint ParentTy() argument 166 ProgramPointProgramPoint ProgramPoint() argument [all...] |
/llvm-project/bolt/include/bolt/Passes/ |
H A D | DataflowAnalysis.h | 51 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 D | ProgramPoint.h | 223 : 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 D | PathDiagnostic.h | 48 class ProgramPoint; variable
|
/llvm-project/bolt/lib/Passes/ |
H A D | ShrinkWrapping.cpp | 907 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 D | exploded-graph-rewriter.py | 66 class ProgramPoint: class
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 54 class ProgramPoint; variable
|