Lines Matching refs:funcRep

401   FuncT *funcRep;  member in llvmCFGStruct::CFGStructurizer
425 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()
1381 funcRep->getRegInfo().createVirtualRegister(I32RC); in improveSimpleJumpintoIf()
1384 funcRep->getRegInfo().createVirtualRegister(I32RC); in improveSimpleJumpintoIf()
1455 (funcRep->getRegInfo().createVirtualRegister(I32RC)); in handleLoopbreak()
1487 (funcRep->getRegInfo().createVirtualRegister(I32RC)); in handleLoopcontBlock()
1870 BlockT *newBlk = funcRep->CreateMachineBasicBlock(); in relocateLoopcontBlock()
1871 funcRep->push_back(newBlk); //insert to function in relocateLoopcontBlock()
1908 (funcRep->getRegInfo().createVirtualRegister(I32RC)); in addLoopEndbranchBlock()
1919 BlockT *preBranchBlk = funcRep->CreateMachineBasicBlock(); in addLoopEndbranchBlock()
1920 funcRep->push_back(preBranchBlk); //insert to function in addLoopEndbranchBlock()
1942 curBranchBlk = funcRep->CreateMachineBasicBlock(); in addLoopEndbranchBlock()
1943 funcRep->push_back(curBranchBlk); //insert to function in addLoopEndbranchBlock()
1968 (funcRep->getRegInfo().createVirtualRegister(I32RC)); in addLoopEndbranchBlock()
1976 (funcRep->getRegInfo().createVirtualRegister(I32RC)); in addLoopEndbranchBlock()
2185 dummyExitBlk = funcRep->CreateMachineBasicBlock(); in normalizeInfiniteLoopExit()
2186 funcRep->push_back(dummyExitBlk); //insert to function in normalizeInfiniteLoopExit()
2194 funcRep->getRegInfo().createVirtualRegister(I32RC); in normalizeInfiniteLoopExit()
2249 BlockT *dummyExitBlk = funcRep->CreateMachineBasicBlock(); in addDummyExitBlock()
2250 funcRep->push_back(dummyExitBlk); //insert to function in addDummyExitBlock()
2387 newLandBlk = funcRep->CreateMachineBasicBlock(); in recordLoopLandBlock()
2388 funcRep->push_back(newLandBlk); //insert to function in recordLoopLandBlock()
2422 blk = funcRep->CreateMachineBasicBlock(); in setLoopLandBlock()
2423 funcRep->push_back(blk); //insert to function in setLoopLandBlock()