|
decompiler
1.0.0
|
This is the complete list of members for BlockSwitch, including all inherited members.
| addBlock(FlowBlock *bl) | BlockGraph | private |
| addCase(FlowBlock *switchbl, FlowBlock *bl, uint4 gt) | BlockSwitch | private |
| addEdge(FlowBlock *begin, FlowBlock *end) | BlockGraph | |
| addInEdge(FlowBlock *b, uint4 lab) | FlowBlock | private |
| addLoopEdge(FlowBlock *begin, int4 outindex) | BlockGraph | |
| block_flags enum name | FlowBlock | |
| block_type enum name | FlowBlock | |
| BlockSwitch(FlowBlock *ind) | BlockSwitch | |
| buildCopy(const BlockGraph &graph) | BlockGraph | |
| buildDomDepth(vector< int4 > &depth) const | BlockGraph | |
| buildDomSubTree(vector< FlowBlock * > &res, FlowBlock *root) const | BlockGraph | |
| buildDomTree(vector< vector< FlowBlock * > > &child) const | BlockGraph | |
| calcDepth(const FlowBlock *leaf) const | FlowBlock | |
| calcForwardDominator(const vector< FlowBlock * > &rootlist) | BlockGraph | |
| calcLoop(void) | BlockGraph | |
| caseblocks | BlockSwitch | mutableprivate |
| clear(void) | BlockGraph | |
| clearEdgeFlags(uint4 flags) | BlockGraph | private |
| clearOutEdgeFlag(int4 i, uint4 lab) | FlowBlock | private |
| clearVisitCount(void) | BlockGraph | |
| collectReachable(vector< FlowBlock * > &res, FlowBlock *bl, bool un) const | BlockGraph | |
| compareBlockIndex(const FlowBlock *bl1, const FlowBlock *bl2) | FlowBlock | inlinestatic |
| compareFinalOrder(const FlowBlock *bl1, const FlowBlock *bl2) | FlowBlock | static |
| copymap | FlowBlock | private |
| createVirtualRoot(const vector< FlowBlock * > &rootlist) | BlockGraph | privatestatic |
| dedup(void) | FlowBlock | private |
| dominates(const FlowBlock *subBlock) const | FlowBlock | |
| edge_flags enum name | FlowBlock | |
| eliminateInDups(FlowBlock *bl) | FlowBlock | private |
| eliminateOutDups(FlowBlock *bl) | FlowBlock | private |
| emit(PrintLanguage *lng) const | BlockSwitch | inlinevirtual |
| f_back_edge enum value | FlowBlock | |
| f_break_goto enum value | FlowBlock | |
| f_continue_goto enum value | FlowBlock | |
| f_cross_edge enum value | FlowBlock | |
| f_dead enum value | FlowBlock | |
| f_defaultswitch_edge enum value | FlowBlock | |
| f_donothing_loop enum value | FlowBlock | |
| f_duplicate_block enum value | FlowBlock | |
| f_entry_point enum value | FlowBlock | |
| f_flip_path enum value | FlowBlock | |
| f_forward_edge enum value | FlowBlock | |
| f_goto_edge enum value | FlowBlock | |
| f_goto_goto enum value | FlowBlock | |
| f_interior_gotoin enum value | FlowBlock | |
| f_interior_gotoout enum value | FlowBlock | |
| f_irreducible enum value | FlowBlock | |
| f_joined_block enum value | FlowBlock | |
| f_label_bumpup enum value | FlowBlock | |
| f_loop_edge enum value | FlowBlock | |
| f_loop_exit_edge enum value | FlowBlock | |
| f_mark enum value | FlowBlock | |
| f_mark2 enum value | FlowBlock | |
| f_switch_out enum value | FlowBlock | |
| f_tree_edge enum value | FlowBlock | |
| f_unstructured_targ enum value | FlowBlock | |
| f_whiledo_overflow enum value | FlowBlock | |
| findCommonBlock(FlowBlock *bl1, FlowBlock *bl2) | FlowBlock | static |
| findCommonBlock(const vector< FlowBlock * > &blockSet) | FlowBlock | static |
| findDups(const vector< BlockEdge > &ref, vector< FlowBlock * > &duplist) | FlowBlock | privatestatic |
| findIrreducible(const vector< FlowBlock * > &preorder, int4 &irreduciblecount) | BlockGraph | private |
| findSpanningTree(vector< FlowBlock * > &preorder, vector< FlowBlock * > &rootlist) | BlockGraph | private |
| flags | FlowBlock | private |
| flipInPlaceExecute(void) | FlowBlock | inlinevirtual |
| flipInPlaceTest(vector< PcodeOp * > &fliplist) const | FlowBlock | inlinevirtual |
| FlowBlock(void) | FlowBlock | |
| forceFalseEdge(const FlowBlock *out0) | BlockGraph | private |
| forceOutputNum(int4 i) | BlockGraph | private |
| getFrontLeaf(void) const | FlowBlock | |
| getFrontLeaf(void) | FlowBlock | |
| getInIndex(const FlowBlock *bl) const | FlowBlock | |
| getJumptable(void) const | FlowBlock | |
| getLabel(int4 i, int4 j) const | BlockSwitch | inline |
| getNumLabels(int4 i) const | BlockSwitch | inline |
| getOutIndex(const FlowBlock *bl) const | FlowBlock | |
| getSplitPoint(void) | FlowBlock | inlinevirtual |
| getStartBlock(void) const | BlockGraph | |
| getSwitchType(void) const | BlockSwitch | |
| getType(void) const (defined in BlockSwitch) | BlockSwitch | inlinevirtual |
| grabCaseBasic(FlowBlock *switchbl, const vector< FlowBlock * > &cs) | BlockSwitch | |
| halfDeleteInEdge(int4 slot) | FlowBlock | private |
| halfDeleteOutEdge(int4 slot) | FlowBlock | private |
| hasLoopIn(void) const | FlowBlock | |
| hasLoopOut(void) const | FlowBlock | |
| identifyInternal(BlockGraph *ident, const vector< FlowBlock * > &nodes) | BlockGraph | private |
| immed_dom | FlowBlock | private |
| index | FlowBlock | private |
| intothis | FlowBlock | private |
| isDecisionIn(int4 i) const | FlowBlock | inline |
| isDecisionOut(int4 i) const | FlowBlock | inline |
| isJumpTarget(void) const | FlowBlock | |
| isLoopDAGIn(int4 i) const | FlowBlock | inline |
| isLoopDAGOut(int4 i) const | FlowBlock | inline |
| jump | BlockSwitch | private |
| list | BlockGraph | private |
| markCopyBlock(FlowBlock *bl, uint4 fl) | BlockGraph | protectedstatic |
| markLabelBumpUp(bool bump) | BlockGraph | virtual |
| markUnstructured(void) (defined in BlockSwitch) | BlockSwitch | virtual |
| moveOutEdge(FlowBlock *blold, int4 slot, FlowBlock *blnew) | BlockGraph | |
| nameToType(const string &name) | FlowBlock | static |
| negateCondition(bool toporbottom) | FlowBlock | virtual |
| newBlock(void) | BlockGraph | |
| newBlockBasic(Funcdata *fd) | BlockGraph | |
| newBlockCondition(FlowBlock *b1, FlowBlock *b2) | BlockGraph | |
| newBlockCopy(FlowBlock *bl) | BlockGraph | |
| newBlockDoWhile(FlowBlock *condcl) | BlockGraph | |
| newBlockGoto(FlowBlock *bl) | BlockGraph | |
| newBlockIf(FlowBlock *cond, FlowBlock *tc) | BlockGraph | |
| newBlockIfElse(FlowBlock *cond, FlowBlock *tc, FlowBlock *fc) | BlockGraph | |
| newBlockIfGoto(FlowBlock *cond) | BlockGraph | |
| newBlockInfLoop(FlowBlock *body) | BlockGraph | |
| newBlockList(const vector< FlowBlock * > &nodes) | BlockGraph | |
| newBlockMultiGoto(FlowBlock *bl, int4 outedge) | BlockGraph | |
| newBlockSwitch(const vector< FlowBlock * > &cs, bool hasExit) | BlockGraph | |
| newBlockWhileDo(FlowBlock *cond, FlowBlock *cl) | BlockGraph | |
| nextFlowAfter(const FlowBlock *bl) const | BlockSwitch | virtual |
| nextInFlow(void) const | FlowBlock | |
| numdesc | FlowBlock | private |
| orderBlocks(void) | BlockGraph | inline |
| orderSwitchCases(void) const (defined in BlockSwitch) | BlockSwitch | virtual |
| outofthis | FlowBlock | private |
| parent | FlowBlock | private |
| preferComplement(Funcdata &data) | FlowBlock | inlinevirtual |
| printHeader(ostream &s) const | BlockSwitch | virtual |
| printRaw(ostream &s) const (defined in BlockGraph) | BlockGraph | virtual |
| printTree(ostream &s, int4 level) const | BlockGraph | virtual |
| removeBlock(FlowBlock *bl) | BlockGraph | |
| removeEdge(FlowBlock *begin, FlowBlock *end) | BlockGraph | |
| removeFromFlow(FlowBlock *bl) | BlockGraph | |
| removeFromFlowSplit(FlowBlock *bl, bool flipflow) | BlockGraph | |
| removeInEdge(int4 slot) | FlowBlock | private |
| removeOutEdge(int4 slot) | FlowBlock | private |
| replaceEdgeMap(vector< BlockEdge > &vec) | FlowBlock | privatestatic |
| replaceEdgesThru(int4 in, int4 out) | FlowBlock | private |
| replaceInEdge(int4 num, FlowBlock *b) | FlowBlock | private |
| replaceOutEdge(int4 num, FlowBlock *b) | FlowBlock | private |
| replaceUsingMap(void) | FlowBlock | private |
| restoreNextInEdge(const Element *el, BlockMap &resolver) | FlowBlock | private |
| restoreXml(const Element *el, const AddrSpaceManager *m) | BlockGraph | |
| FlowBlock::restoreXml(const Element *el, BlockMap &resolver) | FlowBlock | |
| restoreXmlBody(List::const_iterator &iter, List::const_iterator enditer, BlockMap &resolver) | BlockGraph | virtual |
| restoreXmlEdges(List::const_iterator &iter, List::const_iterator enditer, BlockMap &resolver) | FlowBlock | |
| restoreXmlHeader(const Element *el) | FlowBlock | virtual |
| restrictedByConditional(const FlowBlock *cond) const | FlowBlock | |
| saveXml(ostream &s) const | FlowBlock | |
| saveXmlBody(ostream &s) const (defined in BlockGraph) | BlockGraph | virtual |
| saveXmlEdges(ostream &s) const | FlowBlock | |
| saveXmlHeader(ostream &s) const | FlowBlock | virtual |
| scopeBreak(int4 curexit, int4 curloopexit) (defined in BlockSwitch) | BlockSwitch | virtual |
| selfIdentify(void) | BlockGraph | private |
| setGotoBranch(int4 i) | FlowBlock | |
| setOutEdgeFlag(int4 i, uint4 lab) | FlowBlock | private |
| setStartBlock(FlowBlock *bl) | BlockGraph | |
| spliceBlock(FlowBlock *bl) | BlockGraph | |
| structureLoops(vector< FlowBlock * > &rootlist) | BlockGraph | |
| subBlock(int4 i) const (defined in BlockGraph) | BlockGraph | inlinevirtual |
| swapBlocks(int4 i, int4 j) | BlockGraph | protected |
| swapEdges(void) | FlowBlock | private |
| switchEdge(FlowBlock *in, FlowBlock *outbefore, FlowBlock *outafter) | BlockGraph | |
| t_basic enum value (defined in FlowBlock) | FlowBlock | |
| t_condition enum value (defined in FlowBlock) | FlowBlock | |
| t_copy enum value (defined in FlowBlock) | FlowBlock | |
| t_dowhile enum value (defined in FlowBlock) | FlowBlock | |
| t_goto enum value (defined in FlowBlock) | FlowBlock | |
| t_graph enum value (defined in FlowBlock) | FlowBlock | |
| t_if enum value (defined in FlowBlock) | FlowBlock | |
| t_infloop enum value (defined in FlowBlock) | FlowBlock | |
| t_ls enum value (defined in FlowBlock) | FlowBlock | |
| t_multigoto enum value (defined in FlowBlock) | FlowBlock | |
| t_plain enum value (defined in FlowBlock) | FlowBlock | |
| t_switch enum value (defined in FlowBlock) | FlowBlock | |
| t_whiledo enum value (defined in FlowBlock) | FlowBlock | |
| typeToName(block_type bt) | FlowBlock | static |
| visitcount | FlowBlock | private |
1.8.17