Lines Matching refs:getEntryBlock
254 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
257 if (isEntry && BB != &BB->getParent()->getEntryBlock())
258 BB->moveBefore(&BB->getParent()->getEntryBlock());
395 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock();
398 if (isEntry && BB != &BB->getParent()->getEntryBlock())
399 BB->moveBefore(&BB->getParent()->getEntryBlock());