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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1199 bool OutlinedSomething = false; local
1284 OutlinedSomething = true;
1291 LLVM_DEBUG(dbgs() << "OutlinedSomething = " << OutlinedSomething << "\n";);
1293 return OutlinedSomething;
1476 bool OutlinedSomething = local
1482 if (ShouldEmitSizeRemarks && OutlinedSomething)
1485 return OutlinedSomething;

Completed in 91 milliseconds