Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp418 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
419 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1893 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1894 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
2017 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
2018 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DEarlyIfConversion.cpp237 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
238 if (!MI.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DMachineLICM.cpp1077 bool DontMoveAcrossStore = !HoistConstLoads || !AllowedToHoistLoads[CurLoop]; in IsLICMCandidate() local
1078 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
H A DMachineSink.cpp689 bool DontMoveAcrossStore = true; in FindCycleSinkCandidates() local
690 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindCycleSinkCandidates()