Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp290 SmallPtrSet<Instruction *, 16> InstsInThisBlock; member in __anon2d31b5610111::Verifier
389 InstsInThisBlock.clear(); in verify()
2675 InstsInThisBlock.clear(); in visitBasicBlock()
4311 if (!isa<PHINode>(I) && InstsInThisBlock.count(Op)) in verifyDominatesUse()
4572 InstsInThisBlock.insert(&I); in visitInstruction()