Home
last modified time | relevance | path

Searched refs:CurBlockID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DTransfer.h35 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 DTypeErasedDataflowAnalysis.cpp328 builtinTransferStatement(unsigned CurBlockID, const CFGStmt &Elt, in builtinTransferStatement() argument
333 transfer(StmtToEnvMap(AC.ACFG, AC.BlockStates, CurBlockID, InputState), *S, in builtinTransferStatement()
394 static void builtinTransfer(unsigned CurBlockID, const CFGElement &Elt, in builtinTransfer() argument
399 builtinTransferStatement(CurBlockID, Elt.castAs<CFGStmt>(), State, AC); in builtinTransfer()
H A DTransfer.cpp49 if (Block->getBlockID() == CurBlockID) in getEnvironment()