Searched refs:InstsInThisBlock (Results 1 – 2 of 2) sorted by relevance
134 SmallPtrSet<Instruction*, 16> InstsInThisBlock; member177 InstsInThisBlock.clear(); in runOnFunction()728 InstsInThisBlock.clear(); in visitBasicBlock()1602 Assert2(InstsInThisBlock.count(Op) || !DT->isReachableFromEntry(BB), in visitInstruction()1607 Assert2(InstsInThisBlock.count(Op) || DT->dominates(Op, &I) || in visitInstruction()1617 InstsInThisBlock.insert(&I); in visitInstruction()
220 SmallPtrSet<Instruction *, 16> InstsInThisBlock; member in __anon51203d770111::Verifier304 InstsInThisBlock.clear(); in verify()2090 InstsInThisBlock.clear(); in visitBasicBlock()3574 if (!isa<PHINode>(I) && InstsInThisBlock.count(Op)) in verifyDominatesUse()3748 InstsInThisBlock.insert(&I); in visitInstruction()