Searched refs:isUsedOutsideOfBlock (Results 1 – 7 of 7) sorted by relevance
160 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
505 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
147 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()161 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
2657 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in unswitchBestCondition()
521 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
665 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
496 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction