Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp542 unsigned NumUnsafeDependencesStartOrEnd; member
544 Entry(Instruction *Inst) : Inst(Inst), NumUnsafeDependencesStartOrEnd(0) {} in Entry()
563 ++Accesses[Dep.Source].NumUnsafeDependencesStartOrEnd; in MemoryInstructionDependences()
564 --Accesses[Dep.Destination].NumUnsafeDependencesStartOrEnd; in MemoryInstructionDependences()
721 InstDep.NumUnsafeDependencesStartOrEnd > 0) in processLoop()
725 NumUnsafeDependencesActive += InstDep.NumUnsafeDependencesStartOrEnd; in processLoop()