Searched refs:doBranchOpt (Results 1 – 12 of 12) sorted by relevance
29 X(doBranchOpt) \
112 void doBranchOpt(const CfgNode *NextNode);
228 void doBranchOpt();
232 virtual bool doBranchOpt(Inst * /*I*/, const CfgNode * /*NextNode*/) { in doBranchOpt() function
953 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt() function in Ice::CfgNode962 Target->doBranchOpt(&I, NextNode); in doBranchOpt()
1710 void Cfg::doBranchOpt() { in doBranchOpt() function in Ice::Cfg1714 (*I)->doBranchOpt(NextNode == E ? nullptr : *NextNode); in doBranchOpt()
63 bool doBranchOpt(Inst *Instr, const CfgNode *NextNode) override;
91 bool doBranchOpt(Inst *I, const CfgNode *NextNode) override;
92 bool doBranchOpt(Inst *I, const CfgNode *NextNode) override;
966 Func->doBranchOpt(); in translateO2()1029 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt() function in Ice::MIPS32::TargetMIPS32
1105 Func->doBranchOpt(); in translateO2()1180 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::ARM32::TargetARM32
582 Func->doBranchOpt();907 bool TargetX86Base<TraitsType>::doBranchOpt(Inst *I, const CfgNode *NextNode) {