Searched defs:doBranchOpt (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ | ||
D | IceTargetLowering.h | 230 virtual bool doBranchOpt(Inst * /*I*/, const CfgNode * /*NextNode*/) { in doBranchOpt() function |
D | IceCfgNode.cpp | 931 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt() function in Ice::CfgNode |
D | IceCfg.cpp | 1603 void Cfg::doBranchOpt() { in doBranchOpt() function in Ice::Cfg |
D | IceTargetLoweringMIPS32.cpp | 997 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt() function in Ice::MIPS32::TargetMIPS32 |
D | IceTargetLoweringX8664.cpp | 771 bool TargetX8664::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::X8664::TargetX8664 |
D | IceTargetLoweringARM32.cpp | 1020 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::ARM32::TargetARM32 |
D | IceTargetLoweringX8632.cpp | 761 bool TargetX8632::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::X8632::TargetX8632 |