Searched defs:SI2 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp74 struct SI2 : Empty { }; struct in inherits:Empty
117 // SI2 has a single public empty base.
118 CHECK_VTABLE(SI2, si_class);
119 CHECK(to<__si_class_type_info>(typeid(SI2)).__base_type == &typeid(Empty));
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp87 static bool SafeToMergeTerminators(TerminatorInst *SI1, TerminatorInst *SI2) { argument
88 if (SI1 == SI2) return false; // Can't merge with self!
94 BasicBlock *SI2BB = SI2->getParent();

Completed in 105 milliseconds