Searched defs:NextNode (Results 1 – 15 of 15) sorted by relevance
161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
77 AnfNodePtr &NextNode() { in NextNode() function
931 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt()
1606 auto NextNode = I + 1; in doBranchOpt() local
108 bool InstMIPS32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
162 bool InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
490 bool InstARM32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
174 bool InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
997 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
771 bool TargetX8664::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
1020 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
761 bool TargetX8632::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
385 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local