Searched defs:hasPostISelHook (Results 1 – 2 of 2) sorted by relevance
521 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
274 bool hasPostISelHook : 1; variable