Searched refs:hasGC (Results 1 – 18 of 18) sorted by relevance
31 if (F.isDeclaration() || !F.hasGC()) in invalidate()46 if (F.isDeclaration() || !F.hasGC()) in run()59 assert(F.hasGC() && "Function doesn't have GC!"); in run()98 assert(F.hasGC()); in getFunctionInfo()
84 if (!F.hasGC()) in run()129 if (!F.isDeclaration() && F.hasGC()) in doInitialization()195 if (!F.hasGC()) in runOnFunction()323 if (!MF.getFunction().hasGC()) in runOnMachineFunction()
218 if (F.hasGC() && F.getGC() == "shadow-stack") { in doInitialization()335 if (!F.hasGC() || F.getGC() != "shadow-stack") in runOnFunction()
605 if (!F.hasGC()) in runOnMachineFunction()
950 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()953 if (FnL->hasGC()) { in compareSignature()
2217 if (CalledFunc->hasGC()) { in InlineFunction()2218 if (!Caller->hasGC()) in InlineFunction()
604 if (F.hasGC()) { in shouldRewriteFunction()
2997 if (!F.hasGC()) in findGCStrategy()3006 if (!F.hasGC()) in shouldRewriteStatepointsIn()
342 bool hasGC() const { in hasGC() function
815 assert(hasGC() && "Function has no collector"); in getGC()825 if (!hasGC()) in clearGC()843 if (Src->hasGC()) in copyAttributesFrom()
828 if (!F->hasGC()) in canBeFreed()
5591 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()5646 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()5652 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
4062 if (F->hasGC()) in printFunction()
2516 return F->hasGC()? F->getGC().c_str() : nullptr; in LLVMGetGC()
1215 if (F.hasGC()) { in writeModuleInfo()1310 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
498 GFI = Fn.hasGC() ? &FAM.getResult<GCFunctionAnalysis>(Fn) : nullptr; in initializeAnalysisResults()549 GFI = Fn.hasGC() ? &MFP.getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) in initializeAnalysisResults()
7410 assert(DAG.getMachineFunction().getFunction().hasGC() && in visitIntrinsicCall()
1459 if (F.hasGC()) { in writeModuleInfo()1594 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()