Searched refs:CanonicalLoop (Results 1 – 2 of 2) sorted by relevance
2898 void OpenMPIRBuilder::applySimd(CanonicalLoopInfo *CanonicalLoop, in applySimd() argument2902 Function *F = CanonicalLoop->getFunction(); in applySimd()2912 Loop *L = LI.getLoopFor(CanonicalLoop->getHeader()); in applySimd()2921 if (Block == CanonicalLoop->getCond() || in applySimd()2922 Block == CanonicalLoop->getHeader()) in applySimd()2939 CanonicalLoop, in applySimd()2946 CanonicalLoop, in applySimd()
234 TEST(LoopInfoTest, CanonicalLoop) { in TEST() argument