Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getBlock

55 BasicBlock* BallLarusNode::getBlock() {
139 if(getBlock() != NULL) {
140 if(getBlock()->hasName()) {
141 std::string tempName(getBlock()->getName());
291 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) {
295 if( oldTarget != (*succ)->getTarget()->getBlock() )
366 BasicBlock* currentBlock = currentNode->getBlock();
375 for( BasicBlock::iterator bbCurrent = currentNode->getBlock()->begin(),
376 bbEnd = currentNode->getBlock()->end(); bbCurrent != bbEnd;
387 TerminatorInst* terminator = currentNode->getBlock()->getTerminator();