Searched refs:SCFG (Results 1 – 7 of 7) sorted by relevance
398 til::SCFG *buildCFG(CFGWalker &Walker);406 const til::SCFG *getCFG() const { return Scfg; } in getCFG()407 til::SCFG *getCFG() { return Scfg; } in getCFG()510 til::SCFG *Scfg = nullptr;
43 TIL_OPCODE_DEF(SCFG)
1288 class SCFG; variable1546 const SCFG* cfg() const { return CFGPtr; } in cfg()1547 SCFG* cfg() { return CFGPtr; } in cfg()1642 friend class SCFG;1656 SCFG *CFGPtr = nullptr;1686 class SCFG : public SExpr {1692 SCFG(MemRegionRef A, unsigned Nblocks) in SCFG() function1703 SCFG(const SCFG &Cfg, BlockArray &&Ba) // steals memory from Ba in SCFG() function1766 typename C::CType compare(const SCFG *E, C &Cmp) const { in compare()
246 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> Bbs) { in reduceSCFG()285 void enterCFG(SCFG &Cfg) {} in enterCFG()286 void exitCFG(SCFG &Cfg) {} in exitCFG()818 void printSCFG(const SCFG *E, StreamType &SS) { in printSCFG()
339 StructurizeCFG SCFG; in runOnRegion() local340 SCFG.init(R); in runOnRegion()343 if (SCFG.makeUniformRegion(R, DA)) in runOnRegion()347 return SCFG.run(R, DT); in runOnRegion()1225 StructurizeCFG SCFG; in run() local1226 SCFG.init(R); in run()1227 Changed |= SCFG.run(R, DT); in run()
260 void SCFG::renumberInstrs() { in renumberInstrs()290 void SCFG::computeNormalForm() { in computeNormalForm()
79 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG()851 Scfg = new (Arena) til::SCFG(Arena, NBlocks); in enterCFG()