Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DCodeMetrics.cpp166 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp138 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
165 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
DJumpThreading.cpp574 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
DSimpleLoopUnswitch.cpp2852 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in isSafeForNoNTrivialUnswitching()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstruction.h770 bool isUsedOutsideOfBlock(const BasicBlock *BB) const LLVM_READONLY;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstruction.cpp608 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5005 if (PN.use_empty() || !PN.isUsedOutsideOfBlock(BB)) in removeEmptyCleanup()