Home
last modified time | relevance | path

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

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