Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp419 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
420 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp1862 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1863 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
1986 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
1987 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.cpp970 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
971 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
H A DMachineSink.cpp397 bool DontMoveAcrossStore = true; in FindCycleSinkCandidates() local
398 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindCycleSinkCandidates()