Home
last modified time | relevance | path

Searched refs:isUsedOutsideOfBlock (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp181 I.isUsedOutsideOfBlock(BB)) { in analyzeBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp140 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
167 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
H A DJumpThreading.cpp481 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
H A DSimpleLoopUnswitch.cpp3278 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in isSafeForNoNTrivialUnswitching()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h920 bool isUsedOutsideOfBlock(const BasicBlock *BB) const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp911 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5199 if (PN.use_empty() || !PN.isUsedOutsideOfBlock(BB)) in removeEmptyCleanup()