Searched refs:getIndirectGotoBlock (Results 1 – 2 of 2) sorted by relevance
733 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock() function734 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock() function
692 if (CFGBlock *B = cfg->getIndirectGotoBlock()) in buildCFG()3129 CFGBlock *IBlock = cfg->getIndirectGotoBlock(); in VisitIndirectGotoStmt()3775 else if (&B == cfg->getIndirectGotoBlock()) in print_block()