Searched refs:getStrategy (Results 1 – 6 of 6) sorted by relevance
117 if (FI->getStrategy().getName() != getStrategy().getName()) in finishAssembly()132 if (FI->getStrategy().getName() != getStrategy().getName()) in finishAssembly()
56 if (MD.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
89 bool Changed = DoLowering(F, Info.getStrategy()); in run()199 GCStrategy &S = FI.getStrategy(); in runOnFunction()338 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
54 GCStrategy &getStrategy() { return *S; } in getStrategy() function
112 /// getStrategy - Return the GC strategy for the function.113 GCStrategy &getStrategy() { return S; } in addStackRoot() 108 GCStrategy &getStrategy() { return S; } getStrategy() function
508 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in isGCValue()1021 assert(GFI->getStrategy().useStatepoints() && in LowerStatepoint()