HomeSort by relevance Sort by last modified time
    Searched refs:DontMoveAcrossStore (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 222 bool DontMoveAcrossStore = true;
223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {
BranchFolding.cpp     [all...]
MachineLICM.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 418 bool DontMoveAcrossStore = true;
419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {

Completed in 847 milliseconds