Searched defs:doBranchOpt (Results 1 – 5 of 5) sorted by relevance
/external/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 | 1012 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt() function in Ice::MIPS32::TargetMIPS32 |
D | IceTargetLoweringARM32.cpp | 1169 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::ARM32::TargetARM32 |