Searched refs:collectInLoopUserSet (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 417 void collectInLoopUserSet(const SmallInstructionVector &Roots, 421 void collectInLoopUserSet(Instruction *Root, 685 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() 1036 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1044 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1074 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
|