Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DBranchFolding.cpp1622 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1623 if (!PI->isSafeToMove(TII, nullptr, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps()
1761 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
1762 if (!TIB->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DMachineLICM.cpp900 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
901 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp418 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()