Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp556 unsigned NumUnsafeDependencesStartOrEnd; member
558 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()