Searched refs:NumUnsafeDependencesStartOrEnd (Results 1 – 1 of 1) sorted by relevance
556 unsigned NumUnsafeDependencesStartOrEnd; member558 Entry(Instruction *Inst) : Inst(Inst), NumUnsafeDependencesStartOrEnd(0) {} in Entry()577 ++Accesses[Dep.Source].NumUnsafeDependencesStartOrEnd; in MemoryInstructionDependences()578 --Accesses[Dep.Destination].NumUnsafeDependencesStartOrEnd; in MemoryInstructionDependences()653 InstDep.NumUnsafeDependencesStartOrEnd > 0) in processLoop()657 NumUnsafeDependencesActive += InstDep.NumUnsafeDependencesStartOrEnd; in processLoop()