HomeSort by relevance Sort by last modified time
    Searched defs:BaseInst (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 369 Instruction *BaseInst;
372 // The instructions between IV and BaseInst (but not including BaseInst).
884 // BaseInst).
885 // Define d = Roots[0] - BaseInst, which should be the same as
887 // Define D = BaseInst@J - BaseInst@J-1, where "@J" means the value at the
892 const auto *ADR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(DRS.BaseInst));
922 DRS.BaseInst = nullptr;
927 if (!DRS.BaseInst) {
    [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 343 Instruction *BaseInst;
345 // The instructions between IV and BaseInst (but not including BaseInst).
911 DRS.BaseInst = nullptr;
914 if (!DRS.BaseInst) {
915 DRS.BaseInst = KV.second;
924 DRS.BaseInst = KV.second;
967 const auto *ADR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(V.BaseInst));
972 // BaseInst)
    [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 107 milliseconds