Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp134 SmallPtrSet<Instruction*, 16> InstsInThisBlock; member
177 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()
/external/llvm/lib/IR/
DVerifier.cpp220 SmallPtrSet<Instruction *, 16> InstsInThisBlock; member in __anon51203d770111::Verifier
304 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()