Searched refs:isUsedOutsideOfBlock (Results 1 – 7 of 7) sorted by relevance
166 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
138 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()165 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
574 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
2852 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in isSafeForNoNTrivialUnswitching()
770 bool isUsedOutsideOfBlock(const BasicBlock *BB) const LLVM_READONLY;
608 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
5005 if (PN.use_empty() || !PN.isUsedOutsideOfBlock(BB)) in removeEmptyCleanup()