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(DontMoveAcrossStore)) { in canSpeculateInstrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1915 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1916 if (!PI->isSafeToMove(DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
2044 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
2045 if (!TIB->isSafeToMove(DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DEarlyIfConversion.cpp244 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
245 if (!MI.isSafeToMove(DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DMachineLICM.cpp1101 bool DontMoveAcrossStore = !HoistConstLoads || !AllowedToHoistLoads[CurLoop]; in IsLICMCandidate() local
1102 if ((!I.isSafeToMove(DontMoveAcrossStore)) && in IsLICMCandidate()
H A DMachineSink.cpp733 bool DontMoveAcrossStore = true; in FindCycleSinkCandidates() local
734 if (!MI.isSafeToMove(DontMoveAcrossStore)) { in FindCycleSinkCandidates()