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

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DVerifier.cpp141 SmallPtrSet<Instruction*, 16> InstsInThisBlock; member in struct:__anon2245::Verifier
187 InstsInThisBlock.clear();
1109 InstsInThisBlock.clear();
2010 Assert2(InstsInThisBlock.count(Op) || DT->dominates(Op, U),
2137 InstsInThisBlock.insert(&I);

Completed in 69 milliseconds