Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getBlock

485   BasicBlock* source = sourceNode->getBlock();
486 BasicBlock* target = targetNode->getBlock();
932 BasicBlock* block = node->getBlock();
934 pred_iterator PB = pred_begin(node->getBlock()),
935 PE = pred_end(node->getBlock());
956 if(target->getBlock() == NULL)
987 phi->removeIncomingValue(source->getBlock(), false);
988 phi->addIncoming(source->getEndingPathNumber(), source->getBlock());
995 BasicBlock* block = node->getBlock();
1096 if( sourceNode->getBlock() && sourceNode->getNumberSuccEdges() <= 1) {
1142 instrumentNode->getBlock()->getFirstInsertionPt() :
1143 instrumentNode->getBlock()->getTerminator();
1166 instrumentNode->getBlock()->getTerminator(),dag);
1174 instrumentNode->getBlock()->getFirstInsertionPt() :
1175 instrumentNode->getBlock()->getTerminator();
1235 BasicBlock::iterator insertPoint = node->getBlock()->getFirstInsertionPt();
1242 << node->getBlock()->getName() << "'\n");
1262 insertCounterIncrement(newpn, node->getBlock()->getTerminator(),
1407 BasicBlock* sourceBlock = sourceNode->getBlock();
1408 BasicBlock* targetBlock = targetNode->getBlock();