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

  /external/llvm/lib/CodeGen/
MachineDominators.cpp 88 // the ith element of IsNewIDom.
89 SmallBitVector IsNewIDom(CriticalEdgesToSplit.size(), true);
121 IsNewIDom[Idx] = false;
137 if (IsNewIDom[Idx])
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBasicBlock.cpp 601 bool IsNewIDom = true;
608 IsNewIDom = false;
619 if (IsNewIDom)

Completed in 2228 milliseconds