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