Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp420 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.cpp1871 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1872 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
1995 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
1996 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DEarlyIfConversion.cpp239 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
240 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DMachineLICM.cpp960 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
961 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
H A DMachineSink.cpp392 bool DontMoveAcrossStore = true; in FindLoopSinkCandidates() local
393 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindLoopSinkCandidates()