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

  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 106 UnswitchedValsMap UnswitchedVals;
307 CurLoopInstructions = &Props.UnswitchedVals;
352 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals;
374 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 74 SmallPtrSet<Value *,8> UnswitchedVals;
120 UnswitchedVals.clear();
264 if (!UnswitchedVals.insert(UnswitchVal))
    [all...]

Completed in 51 milliseconds