Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
DBranchFolding.cpp1558 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()
DMachineLICM.cpp899 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
900 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp418 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()