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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1157 bool IsInSameLoop = LI->getLoopFor(BB1) == LI->getLoopFor(BB2); local
1158 if (BB1 != BB2 && IsDomParent && IsInSameLoop) {

Completed in 55 milliseconds