Home
last modified time | relevance | path

Searched refs:hasNoSimpleLoops (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp97 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() function
198 assert(hasNoSimpleLoops(Rule, Query, Mutation) && "Simple loop detected"); in apply()