Home
last modified time | relevance | path

Searched refs:CFGStructurizer (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp255 class CFGStructurizer class
294 CFGStructurizer();
295 ~CFGStructurizer();
410 template<class PassT> CFGStructurizer<PassT>::CFGStructurizer() in CFGStructurizer() function in llvmCFGStruct::CFGStructurizer
414 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 …]