Home
last modified time | relevance | path

Searched defs:doBranchOpt (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h230 virtual bool doBranchOpt(Inst * /*I*/, const CfgNode * /*NextNode*/) { in doBranchOpt() function
DIceCfgNode.cpp931 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt() function in Ice::CfgNode
DIceCfg.cpp1603 void Cfg::doBranchOpt() { in doBranchOpt() function in Ice::Cfg
DIceTargetLoweringMIPS32.cpp997 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringX8664.cpp771 bool TargetX8664::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::X8664::TargetX8664
DIceTargetLoweringARM32.cpp1020 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::ARM32::TargetARM32
DIceTargetLoweringX8632.cpp761 bool TargetX8632::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::X8632::TargetX8632