Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCRootLowering.cpp108 if (!F.isDeclaration() && F.hasGC()) in doInitialization()
174 if (!F.hasGC()) in runOnFunction()
309 if (!MF.getFunction().hasGC()) in runOnMachineFunction()
H A DGCMetadata.cpp69 assert(F.hasGC()); in getFunctionInfo()
107 if (F.hasGC()) in runOnFunction()
H A DShadowStackGCLowering.cpp175 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()
294 if (!F.hasGC() || in runOnFunction()
H A DFixupStatepointCallerSaved.cpp603 if (!F.hasGC()) in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp829 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()
832 if (FnL->hasGC()) { in compareSignature()
H A DInlineFunction.cpp1802 if (CalledFunc->hasGC()) { in InlineFunction()
1803 if (!Caller->hasGC()) in InlineFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp449 if (F.hasGC()) { in shouldRewriteFunction()
H A DRewriteStatepointsForGC.cpp2722 if (F.hasGC()) { in shouldRewriteStatepointsIn()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h393 bool hasGC() const { in hasGC() function
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp652 assert(hasGC() && "Function has no collector"); in getGC()
662 if (!hasGC()) in clearGC()
680 if (Src->hasGC()) in copyAttributesFrom()
H A DValue.cpp780 if (!F->hasGC()) in canBeFreed()
H A DVerifier.cpp4844 Assert(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
4896 Assert(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
4902 Assert(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
H A DAsmWriter.cpp3800 if (F->hasGC()) in printFunction()
H A DCore.cpp2439 return F->hasGC()? F->getGC().c_str() : nullptr; in LLVMGetGC()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DMergeFunctions.rst281 ``cmpFlags(F1->hasGC(), F2->hasGC())``). Below is a full list of function's
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1258 if (F.hasGC()) { in writeModuleInfo()
1390 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp443 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr; in runOnMachineFunction()
H A DSelectionDAGBuilder.cpp6636 assert(DAG.getMachineFunction().getFunction().hasGC() && in visitIntrinsicCall()