Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ConditionalCompares.cpp418 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
419 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBranchFolding.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()
HDEarlyIfConversion.cpp237 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
238 if (!MI.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
HDMachineLICM.cpp1077 bool DontMoveAcrossStore = !HoistConstLoads || !AllowedToHoistLoads[CurLoop]; in IsLICMCandidate() local
1078 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
HDMachineSink.cpp689 bool DontMoveAcrossStore = true; in FindCycleSinkCandidates() local
690 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindCycleSinkCandidates()