Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DModRef.cpp59 if (capturesNothing(CC)) { in operator <<()
83 if (!capturesNothing(Other) || Other == Ret) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp74 if (capturesNothing(CI.UseCC & Mask)) in captured()
129 if (capturesNothing(CI.UseCC & Mask)) in captured()
437 if (capturesNothing(CI.ResultCC & ~CI.UseCC)) in PointerMayBeCaptured()
H A DBasicAliasAnalysis.cpp965 if (capturesNothing(CC)) in getModRefInfo()
1636 capturesNothing(AAQI.CA->getCapturesBefore( in aliasCheck()
1640 capturesNothing(AAQI.CA->getCapturesBefore( in aliasCheck()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h130 return capturesNothing(UseCC) && capturesAnything(ResultCC); in isPassthrough()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h315 inline bool capturesNothing(CaptureComponents CC) { in capturesNothing() function
379 bool isRetOnly() const { return capturesNothing(OtherComponents); } in isRetOnly()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp114 if (capturesNothing(CI)) in addCapturesStat()
1286 if (!capturesNothing(OrigCI)) { in addArgumentAttrs()
H A DAttributorAttributes.cpp3969 if (capturesNothing(CI)) in isKnownNoAliasDueToNoAliasPreservation()
5763 if (capturesNothing(Attr.getCaptureInfo())) in isImpliedByIR()
5774 capturesNothing(Attr.getCaptureInfo()); in isImpliedByIR()
6032 if (capturesNothing(CI)) in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1216 I.first->second = capturesNothing(PointerMayBeCaptured( in isInvisibleToCallerAfterRet()
2349 capturesNothing( in isFuncLocalAndNotCaptured()
H A DLICM.cpp1863 return capturesNothing(PointerMayBeCapturedBefore( in isNotCapturedBeforeOrInLoop()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp280 return capturesNothing(getAttributes().getCaptureInfo()); in hasNoCaptureAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1700 return capturesNothing(getCaptureInfo(OpNo));
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3031 capturesNothing( in isSafeToSpeculateStore()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3231 if (SeenComponent && capturesNothing(*Current)) in parseCapturesAttr()