Home
last modified time | relevance | path

Searched refs:CanReorder (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp97 bool CanReorder; member
104 bool CanReorder, in DependenceResult()
106 : CanReorder(CanReorder), PotentialDependence(PotentialDependence) { in DependenceResult()
107 assert((!PotentialDependence || CanReorder) && in DependenceResult()
392 if (!DepResult.CanReorder) in canHoistInst()
447 if (!DepDepResult.CanReorder || DepDepResult.PotentialDependence) in canHoistInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2773 bool CanReorder = true; in optimizeCompareInstr() local
2777 CanReorder = false; in optimizeCompareInstr()
2781 if (HasStmts && CanReorder) { in optimizeCompareInstr()