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

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp222 bool DontMoveAcrossStore = true; local
223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {
H A DBranchFolding.cpp1680 bool DontMoveAcrossStore = true;
1681 if (!PI->isSafeToMove(TII, nullptr, DontMoveAcrossStore) ||
1819 bool DontMoveAcrossStore = true; local
1820 if (!TIB->isSafeToMove(TII, nullptr, DontMoveAcrossStore))
H A DMachineLICM.cpp936 bool DontMoveAcrossStore = true; local
937 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore))
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp418 bool DontMoveAcrossStore = true; local
419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {

Completed in 2212 milliseconds