Searched refs:IndirectGotoBlock (Results 1 – 1 of 1) sorted by relevance
1287 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; } in setIndirectGotoBlock()1335 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock()1336 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock()1449 CFGBlock* IndirectGotoBlock = nullptr; variable