Searched refs:collectInLoopUserSet (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 398 void collectInLoopUserSet(const SmallInstructionVector &Roots, 402 void collectInLoopUserSet(Instruction *Root, 655 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 691 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 697 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet() 1006 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1014 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1044 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
|