Searched refs:nextBranchInst (Results 1 – 2 of 2) sorted by relevance
445 Instruction* nextBranchInst = header2nextHeaderBranch_[blk]; in AggressiveDCE() local446 if (nextBranchInst != nullptr) { in AggressiveDCE()447 AddToWorklist(nextBranchInst); in AggressiveDCE()448 Instruction* mergeInst = branch2merge_[nextBranchInst]; in AggressiveDCE()