Searched refs:DontMoveAcrossStore (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local 223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
D | BranchFolding.cpp | 1558 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local 1559 if (!PI->isSafeToMove(TII, nullptr, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps() 1697 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local 1698 if (!TIB->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
D | MachineLICM.cpp | 899 bool DontMoveAcrossStore = true; in IsLICMCandidate() local 900 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 418 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local 419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|