Searched defs:DontMoveAcrossStore (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp221 bool DontMoveAcrossStore = true; local
222 if (!I->isSafeToMove(TII, 0, DontMoveAcrossStore)) {
H A DBranchFolding.cpp1538 bool DontMoveAcrossStore = true;
1539 if (!PI->isSafeToMove(TII, 0, DontMoveAcrossStore) ||
1677 bool DontMoveAcrossStore = true; local
1678 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore))
H A DMachineLICM.cpp896 bool DontMoveAcrossStore = true; local
897 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore))

Completed in 85 milliseconds