Searched refs:hasGC (Results 1 – 19 of 19) sorted by relevance
27 if (F.isDeclaration() || !F.hasGC()) in invalidate()41 if (F.isDeclaration() || !F.hasGC()) in run()58 assert(F.hasGC() && "Function doesn't have GC!"); in run()97 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()
217 if (F.hasGC() && F.getGC() == "shadow-stack") { in doInitialization()333 if (!F.hasGC() || F.getGC() != "shadow-stack") in runOnFunction()
599 if (!F.hasGC()) in run()
832 assert(hasGC() && "Function has no collector"); in getGC()842 if (!hasGC()) in clearGC()860 if (Src->hasGC()) in copyAttributesFrom()
859 if (!F->hasGC()) in canBeFreed()
5853 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()5908 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()5914 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
4228 if (F->hasGC()) in printFunction()
2527 return F->hasGC()? F->getGC().c_str() : nullptr; in LLVMGetGC()
964 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()967 if (FnL->hasGC()) { in compareSignature()
2543 if (CalledFunc->hasGC()) { in InlineFunction()2544 if (!Caller->hasGC()) in InlineFunction()
600 if (F.hasGC()) { in shouldRewriteFunction()
3004 if (!F.hasGC()) in findGCStrategy()3013 if (!F.hasGC()) in shouldRewriteStatepointsIn()
344 bool hasGC() const { in hasGC() function
1215 if (F.hasGC()) { in writeModuleInfo()1310 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
466 GFI = Fn.hasGC() ? &FAM.getResult<GCFunctionAnalysis>(Fn) : nullptr; in initializeAnalysisResults()519 GFI = Fn.hasGC() ? &MFP.getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) in initializeAnalysisResults()
7462 assert(DAG.getMachineFunction().getFunction().hasGC() && in visitIntrinsicCall()
1527 if (F.hasGC()) { in writeModuleInfo()1662 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
21217 {"_ZNK4llvm8Function5hasGCEv", "llvm::Function::hasGC() const"},