Home
last modified time | relevance | path

Searched refs:InstsInThisBlock (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp334 SmallPtrSet<Instruction *, 16> InstsInThisBlock; member in __anon136de56b0111::Verifier
441 InstsInThisBlock.clear(); in verify()
3059 InstsInThisBlock.clear(); in visitBasicBlock()
4796 if (!isa<PHINode>(I) && InstsInThisBlock.count(Op)) in verifyDominatesUse()
5267 InstsInThisBlock.insert(&I); in visitInstruction()