Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp896 bool IsInSameLoop = LI->getLoopFor(BB1) == LI->getLoopFor(BB2); in findEquivalencesFor() local
897 if (BB1 != BB2 && IsDomParent && IsInSameLoop) { in findEquivalencesFor()