Searched refs:CurBlockID (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Transfer.h | 35 unsigned CurBlockID, in StmtToEnvMap() argument 37 : ACFG(ACFG), BlockToState(BlockToState), CurBlockID(CurBlockID), in StmtToEnvMap() 47 unsigned CurBlockID; variable
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 313 builtinTransferStatement(unsigned CurBlockID, const CFGStmt &Elt, in builtinTransferStatement() argument 318 transfer(StmtToEnvMap(AC.ACFG, AC.BlockStates, CurBlockID, InputState), *S, in builtinTransferStatement() 379 static void builtinTransfer(unsigned CurBlockID, const CFGElement &Elt, in builtinTransfer() argument 384 builtinTransferStatement(CurBlockID, Elt.castAs<CFGStmt>(), State, AC); in builtinTransfer()
|
H A D | Transfer.cpp | 51 if (BlockIt->getSecond()->getBlockID() == CurBlockID) in getEnvironment()
|