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

/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp167 TEST(CommentHandlerTest, IfBlock2) {
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1504 BasicBlock *IfBlock2 = PN->getIncomingBlock(1); local
1518 if (cast<BranchInst>(IfBlock2->getTerminator())->isConditional()) {
1519 IfBlock2 = 0;
1521 DomBlock = *pred_begin(IfBlock2);
1522 for (BasicBlock::iterator I = IfBlock2->begin();!isa<TerminatorInst>(I);++I)
1545 if (IfBlock2)
1547 IfBlock2->getInstList(), IfBlock2->begin(),
1548 IfBlock2->getTerminator());
1562 // At this point, IfBlock1 and IfBlock2 ar
[all...]

Completed in 143 milliseconds