Home
last modified time | relevance | path

Searched refs:cannotDuplicate (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Analysis/
DCodeMetrics.cpp155 if (CI->cannotDuplicate()) in analyzeBasicBlock()
162 if (InvI->cannotDuplicate()) in analyzeBasicBlock()
DLoopInfo.cpp201 if (CS.cannotDuplicate()) in isSafeToClone()
DInlineCost.cpp889 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->cannotDuplicate()) in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCodeMetrics.cpp168 if (CI->cannotDuplicate()) in analyzeBasicBlock()
175 if (InvI->cannotDuplicate()) in analyzeBasicBlock()
DLoopInfo.cpp208 if (CS.cannotDuplicate()) in isSafeToClone()
DInlineCost.cpp1209 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->cannotDuplicate()) in visitCallSite()
/external/llvm/include/llvm/IR/
DCallSite.h458 bool cannotDuplicate() const { in cannotDuplicate() function
459 CALLSITE_DELEGATE_GETTER(cannotDuplicate()); in cannotDuplicate()
DFunction.h351 bool cannotDuplicate() const {
DInstructions.h1776 bool cannotDuplicate() const {return hasFnAttr(Attribute::NoDuplicate); }
3740 bool cannotDuplicate() const {return hasFnAttr(Attribute::NoDuplicate); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h513 bool cannotDuplicate() const { in cannotDuplicate() function
514 CALLSITE_DELEGATE_GETTER(cannotDuplicate()); in cannotDuplicate()
DFunction.h514 bool cannotDuplicate() const { in cannotDuplicate() function
DInstructions.h1812 bool cannotDuplicate() const {return hasFnAttr(Attribute::NoDuplicate); }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h374 bool cannotDuplicate() const { in cannotDuplicate() function
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp312 if (CI->cannotDuplicate() || CI->isConvergent()) in getJumpThreadDuplicationCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2262 if (CS.isConvergent() || CS.cannotDuplicate()) in unswitchBestCondition()
DJumpThreading.cpp511 if (CI->cannotDuplicate() || CI->isConvergent()) in getJumpThreadDuplicationCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2164 return CI && (CI->cannotDuplicate() || CI->isConvergent()); in FoldCondBranchOnPHI()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1827 return CI && (CI->cannotDuplicate() || CI->isConvergent()); in FoldCondBranchOnPHI()