Home
last modified time | relevance | path

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

12

/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-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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DCodeMetrics.cpp170 if (CI->cannotDuplicate()) in analyzeBasicBlock()
177 if (InvI->cannotDuplicate()) in analyzeBasicBlock()
DLoopInfo.cpp495 if (CB->cannotDuplicate()) in isSafeToClone()
DInlineCost.cpp2175 if (isa<CallInst>(Call) && cast<CallInst>(Call).cannotDuplicate()) in visitCallBase()
/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-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); }
/external/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()
DJumpThreading.cpp532 if (CI->cannotDuplicate() || CI->isConvergent()) in getJumpThreadDuplicationCost()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h374 bool cannotDuplicate() const { in cannotDuplicate() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp334 if (Call->isConvergent() || Call->cannotDuplicate()) { in instructionSafeForVersioning()
DCallSiteSplitting.cpp187 if (CB.isConvergent() || CB.cannotDuplicate()) in canSplitCallSite()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DFunction.h543 bool cannotDuplicate() const { in cannotDuplicate() function
DInstrTypes.h1903 bool cannotDuplicate() const { return hasFnAttr(Attribute::NoDuplicate); }
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp312 if (CI->cannotDuplicate() || CI->isConvergent()) in getJumpThreadDuplicationCost()

12