Searched refs:isUsedOutsideOfBlock (Results 1 – 6 of 6) sorted by relevance
152 if (II->getType()->isTokenTy() && II->isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
252 if (BI->getType()->isTokenTy() && BI->isUsedOutsideOfBlock(*I)) in isSafeToClone()
265 if (!isa<LoadInst>(Inst) || Inst->isUsedOutsideOfBlock(BB1)) in canHoistFromBlock()374 if (!L0 || !L0->isSimple() || L0->isUsedOutsideOfBlock(Succ0)) in mergeLoads()
307 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
446 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
394 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction