Home
last modified time | relevance | path

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

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