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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp420 bool DontMoveAcrossStore = true; local
421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1865 bool DontMoveAcrossStore = true;
1866 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI))
1989 bool DontMoveAcrossStore = true; local
1990 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore))
H A DEarlyIfConversion.cpp238 bool DontMoveAcrossStore = true; local
239 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) {
H A DMachineLICM.cpp1030 bool DontMoveAcrossStore = true; local
1031 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) &&

Completed in 175 milliseconds