Home | History | Annotate | Download | only in Utils

Lines Matching refs:BlocksToExtract

49     SetVector<BasicBlock*> BlocksToExtract;
67 if (BlocksToExtract.count(I->getParent()))
78 if (!BlocksToExtract.count(I->getParent()))
118 if (BlocksToExtract.count(PN->getIncomingBlock(i)))
139 BlocksToExtract.remove(OldPred);
140 BlocksToExtract.insert(NewBB);
155 if (BlocksToExtract.count(PN->getIncomingBlock(i))) {
173 if (BlocksToExtract.count(PN->getIncomingBlock(i))) {
184 for (SetVector<BasicBlock*>::iterator I = BlocksToExtract.begin(),
185 E = BlocksToExtract.end(); I != E; ++I)
210 for (SetVector<BasicBlock*>::const_iterator ci = BlocksToExtract.begin(),
211 ce = BlocksToExtract.end(); ci != ce; ++ci) {
233 if (!BlocksToExtract.count(TI->getSuccessor(i)))
329 if (BlocksToExtract.count(inst->getParent()))
350 if (!BlocksToExtract.count(TI->getParent()) &&
461 if (!BlocksToExtract.count(inst->getParent()))
479 for (SetVector<BasicBlock*>::const_iterator i = BlocksToExtract.begin(),
480 e = BlocksToExtract.end(); i != e; ++i) {
483 if (!BlocksToExtract.count(TI->getSuccessor(i))) {
626 Function *oldFunc = (*BlocksToExtract.begin())->getParent();
630 for (SetVector<BasicBlock*>::const_iterator i = BlocksToExtract.begin(),
631 e = BlocksToExtract.end(); i != e; ++i) {
667 BlocksToExtract.insert(code.begin(), code.end());
678 assert(BlocksToExtract.count(*PI) &&
720 if (!BlocksToExtract.count(PN->getIncomingBlock(i)))
734 if (BlocksToExtract.count(PN->getIncomingBlock(i))) {