Searched refs:UndefBlks (Results 1 – 1 of 1) sorted by relevance
290 SmallVector<BasicBlock *> &UndefBlks) const;658 SmallVector<BasicBlock *> &UndefBlks) const { in findUndefBlocks()708 UndefBlks.push_back(Current); in findUndefBlocks()724 SmallVector<BasicBlock *> UndefBlks; in setPhiValues() local744 findUndefBlocks(To, Incomings, UndefBlks); in setPhiValues()748 for (auto UB : UndefBlks) { in setPhiValues()