Searched refs:collectInLoopUserSet (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 411 void collectInLoopUserSet(const SmallInstructionVector &Roots, 415 void collectInLoopUserSet(Instruction *Root, 684 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 721 void LoopReroll::DAGRootTracker::collectInLoopUserSet( in collectInLoopUserSet() function in LoopReroll::DAGRootTracker 727 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet() 1018 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1026 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1056 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
|