Searched refs:collectInLoopUserSet (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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() 1043 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1051 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1081 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
|