Searched refs:PostCall (Results 1 – 11 of 11) sorted by relevance
35 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
372 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()374 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
137 case GC::PostCall: return "post-call"; in DescKind()
42 check::PostCall,
29 check::PostCall,
50 class SimpleStreamChecker : public Checker<check::PostCall,
62 check::PostCall,
2352 check::PostCall,
54 PostCall ///< Instr is the return address of a call. enumerator
168 class PostCall {
818 PostCall //< Instr is the return address of a call.831 | 1 << GC::PostCall;849 Almost every collector requires ``PostCall`` safe points, since these correspond