Searched refs:collectInLoopUserSet (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 421 void collectInLoopUserSet(const SmallInstructionVector &Roots, 425 void collectInLoopUserSet(Instruction *Root, 694 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 730 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 736 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet() 1045 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1053 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1083 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
|