Searched refs:CFGPtr (Results 1 – 1 of 1) sorted by relevance
1550 : SExpr(COP_BasicBlock), Arena(A), CFGPtr(nullptr), BlockID(0), in BasicBlock()1554 : SExpr(COP_BasicBlock), Arena(A), CFGPtr(nullptr), BlockID(0),Visited(0), in BasicBlock()1564 const SCFG* cfg() const { return CFGPtr; } in cfg()1565 SCFG* cfg() { return CFGPtr; } in cfg()1668 SCFG *CFGPtr; // The CFG that contains this block. variable1743 assert(BB->CFGPtr == nullptr); in add()1744 BB->CFGPtr = this; in add()