Searched refs:CFGStructurizer (Results 1 – 1 of 1) sorted by relevance
255 class CFGStructurizer class294 CFGStructurizer();295 ~CFGStructurizer();410 template<class PassT> CFGStructurizer<PassT>::CFGStructurizer() in CFGStructurizer() function in llvmCFGStruct::CFGStructurizer414 template<class PassT> CFGStructurizer<PassT>::~CFGStructurizer() { in ~CFGStructurizer()422 bool CFGStructurizer<PassT>::prepare(FuncT &func, PassT &pass, in prepare()511 bool CFGStructurizer<PassT>::run(FuncT &func, PassT &pass, in run()707 void CFGStructurizer<PassT>::printOrderedBlocks(llvm::raw_ostream &os) { in printOrderedBlocks()725 template<class PassT> void CFGStructurizer<PassT>::orderBlocks() { in orderBlocks()752 template<class PassT> int CFGStructurizer<PassT>::patternMatch(BlockT *curBlk) { in patternMatch()[all …]