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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp221 bool DontMoveAcrossStore = true; local
222 if (!I->isSafeToMove(TII, 0, DontMoveAcrossStore)) {
H A DBranchFolding.cpp1542 bool DontMoveAcrossStore = true;
1543 if (!PI->isSafeToMove(TII, 0, DontMoveAcrossStore) ||
1681 bool DontMoveAcrossStore = true; local
1682 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore))
H A DMachineLICM.cpp896 bool DontMoveAcrossStore = true; local
897 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore))

Completed in 57 milliseconds