Searched refs:IndirectGotoBlock (Results 1 – 1 of 1) sorted by relevance
828 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