Searched refs:PostCall (Results 1 – 14 of 14) sorted by relevance
34 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
43 NeededSafePoints = 1 << GC::PostCall; in ErlangGC()
291 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()293 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
104 case GC::PostCall: in DescKind()
69 PostCall ///< Instr is the return address of a call. enumerator
30 class NoReturnFunctionChecker : public Checker< check::PostCall,
65 check::PostCall > {
42 check::PostCall,
29 check::PostCall,
50 class SimpleStreamChecker : public Checker<check::PostCall,
62 check::PostCall,
2448 check::PostCall,
164 class PostCall {
878 PostCall //< Instr is the return address of a call.891 | 1 << GC::PostCall;909 Almost every collector requires ``PostCall`` safe points, since these correspond