Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp421 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
422 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp222 bool DontMoveAcrossStore = true; in canSpeculateInstrs() local
223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
H A DBranchFolding.cpp1957 bool DontMoveAcrossStore = true; in findHoistingInsertPosAndDeps() local
1958 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps()
2081 bool DontMoveAcrossStore = true; in HoistCommonCodeInSuccs() local
2082 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
H A DMachineLICM.cpp982 bool DontMoveAcrossStore = true; in IsLICMCandidate() local
983 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()