Searched refs:new_branch (Results 1 – 8 of 8) sorted by relevance
51 std::unique_ptr<Instruction> new_branch( in RemoveOpUnreachableInLoops() local55 context()->AnalyzeDefUse(&*new_branch); in RemoveOpUnreachableInLoops()56 bb->AddInstruction(std::move(new_branch)); in RemoveOpUnreachableInLoops()
171 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()174 return AddInstruction(std::move(new_branch)); in AddBranch()199 std::unique_ptr<Instruction> new_branch(new Instruction(204 return AddInstruction(std::move(new_branch));
259 new_branch = parse_branch_ref(head_symlink)260 if new_branch != old_branch:263 (old_branch, new_branch))
277 bool new_branch = false; in AddPath() local280 if (!new_branch && node != &root_ && node->children.empty()) { in AddPath()289 new_branch = true; in AddPath()
279 new_branch = out.splitlines()[0]280 return new_branch
2335 const int32_t new_branch = cond | link | 0x0a000000; in BindARMv6() local2336 const int32_t encoded = EncodeBranchOffset(dest, new_branch); in BindARMv6()2409 const int32_t new_branch = cond | link | 0x0a000000;2410 const int32_t encoded = EncodeBranchOffset(dest, new_branch);