Searched refs:funcRep (Results 1 – 1 of 1) sorted by relevance
401 FuncT *funcRep; member in llvmCFGStruct::CFGStructurizer425 funcRep = &func; in prepare()514 funcRep = &func; in run()728 for (scc_iterator<FuncT *> sccIter = scc_begin(funcRep), in orderBlocks()729 sccEnd = scc_end(funcRep); sccIter != sccEnd; ++sccIter, ++sccNum) { in orderBlocks()741 for (BlockIterator blockIter1 = FuncGTraits::nodes_begin(funcRep), in orderBlocks()742 blockEnd1 = FuncGTraits::nodes_end(funcRep); in orderBlocks()1345 funcRep->getRegInfo().createVirtualRegister(I32RC); in improveSimpleJumpintoIf()1354 landBlk = funcRep->CreateMachineBasicBlock(); in improveSimpleJumpintoIf()1355 funcRep->push_back(landBlk); //insert to function in improveSimpleJumpintoIf()[all …]