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

/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp527 InstPartition *PrevMatch = nullptr; local
530 if (PrevMatch == nullptr && DoesMatch) {
531 PrevMatch = &*I;
533 } else if (PrevMatch != nullptr && DoesMatch) {
534 I->moveTo(*PrevMatch);
537 PrevMatch = nullptr;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm147 ; PrevMatch : unused

Completed in 708 milliseconds