Searched refs:collectInLoopUserSet (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 416 void collectInLoopUserSet(const SmallInstructionVector &Roots, 420 void collectInLoopUserSet(Instruction *Root, 689 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 725 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 731 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet() 1040 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1048 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1078 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
|