Searched defs:PlaceSafepoints (Results 1 – 2 of 2) sorted by relevance
661 .. _PlaceSafepoints: target663 PlaceSafepoints section in Utility Passes for Safepoint Insertion
159 struct PlaceSafepoints : public FunctionPass { struct160 static char ID; // Pass identification, replacement for typeid162 PlaceSafepoints() : FunctionPass(ID) { in PlaceSafepoints() argument167 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()