Lines Matching refs:block_ptr
58 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranch() argument
62 (*block_ptr)->AddInstruction(std::move(newBranch)); in AddBranch()
67 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranchCond() argument
73 (*block_ptr)->AddInstruction(std::move(newBranch)); in AddBranchCond()
77 std::unique_ptr<BasicBlock>* block_ptr) { in AddLoopMerge() argument
83 (*block_ptr)->AddInstruction(std::move(newLoopMerge)); in AddLoopMerge()
87 std::unique_ptr<BasicBlock>* block_ptr, in AddStore() argument
98 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
102 std::unique_ptr<BasicBlock>* block_ptr, in AddLoad() argument
112 (*block_ptr)->AddInstruction(std::move(newLoad)); in AddLoad()
226 std::unique_ptr<BasicBlock>* block_ptr) { in CloneSameBlockOps() argument
227 return (*inst)->WhileEachInId([&postCallSB, &preCallSB, &block_ptr, in CloneSameBlockOps()
236 if (!CloneSameBlockOps(&sb_inst, postCallSB, preCallSB, block_ptr)) { in CloneSameBlockOps()
249 (*block_ptr)->AddInstruction(std::move(sb_inst)); in CloneSameBlockOps()