Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h828 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; } in setIndirectGotoBlock()
867 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock()
868 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock()
951 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0), in CFG()
965 CFGBlock* IndirectGotoBlock; // Special block to contain collective dispatch variable