Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp164 if (CI->cannotDuplicate()) in analyzeBasicBlock()
171 if (InvI->cannotDuplicate()) in analyzeBasicBlock()
DLoopInfo.cpp484 if (CS.cannotDuplicate()) in isSafeToClone()
DInlineCost.cpp1484 if (isa<CallInst>(Call) && cast<CallInst>(Call).cannotDuplicate()) in visitCallBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h526 bool cannotDuplicate() const { in cannotDuplicate() function
527 CALLSITE_DELEGATE_GETTER(cannotDuplicate()); in cannotDuplicate()
DFunction.h552 bool cannotDuplicate() const { in cannotDuplicate() function
DInstrTypes.h1725 bool cannotDuplicate() const { return hasFnAttr(Attribute::NoDuplicate); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp334 if (Call->isConvergent() || Call->cannotDuplicate()) { in instructionSafeForVersioning()
DCallSiteSplitting.cpp188 if (CS.isConvergent() || CS.cannotDuplicate()) in canSplitCallSite()
DSpeculateAroundPHIs.cpp71 if (CS.isConvergent() || CS.cannotDuplicate()) { in isSafeToSpeculatePHIUsers()
DSimpleLoopUnswitch.cpp2660 if (CS.isConvergent() || CS.cannotDuplicate()) in unswitchBestCondition()
DJumpThreading.cpp532 if (CI->cannotDuplicate() || CI->isConvergent()) in getJumpThreadDuplicationCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h374 bool cannotDuplicate() const { in cannotDuplicate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2203 return CI && (CI->cannotDuplicate() || CI->isConvergent()); in FoldCondBranchOnPHI()