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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp268 uint64_t TC1 = TC->getZExtValue(); local
275 if (TC1 != TC2) {
277 << TC1 << " from set.loop.iterations, and "
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp758 const unsigned TC1 = SE.getSmallConstantTripCount(FC1.L); local
762 if (TC0 == 0 || TC1 == 0) {
770 int Diff = TC0 - TC1;

Completed in 164 milliseconds