Searched refs:isUsedOutsideOfBlock (Results 1 – 7 of 7) sorted by relevance
181 I.isUsedOutsideOfBlock(BB)) { in analyzeBasicBlock()
140 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()167 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
481 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
3278 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in isSafeForNoNTrivialUnswitching()
920 bool isUsedOutsideOfBlock(const BasicBlock *BB) const LLVM_READONLY;
911 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
5199 if (PN.use_empty() || !PN.isUsedOutsideOfBlock(BB)) in removeEmptyCleanup()