Lines Matching defs:getBasicBlockState
475 BasicBlockState *getBasicBlockState(const BasicBlock *BB);
476 const BasicBlockState *getBasicBlockState(const BasicBlock *BB) const;
571 BasicBlockState *GCPtrTracker::getBasicBlockState(const BasicBlock *BB) {
575 const BasicBlockState *GCPtrTracker::getBasicBlockState(
577 return const_cast<GCPtrTracker *>(this)->getBasicBlockState(BB);
592 BasicBlockState *BBS = Tracker.getBasicBlockState(BB);
625 BasicBlockState *BBS = getBasicBlockState(BB);
632 BasicBlockState *PBBS = getBasicBlockState(PBB);
750 auto BBS = getBasicBlockState(DTN->getBlock());
807 const BasicBlockState *InBBS = Tracker->getBasicBlockState(InBB);