Home
last modified time | relevance | path

Searched refs:LoopIncs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp423 SmallInstructionVector LoopIncs; member
798 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
881 if (std::find(LoopIncs.begin(), LoopIncs.end(), I) != LoopIncs.end()) in findRootsRecursive()
941 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
945 LoopIncs.push_back(IV); in findRoots()
1016 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1058 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1447 for (auto *LoopInc : LoopIncs) { in updateNonLoopCtrlIncr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp462 SmallInstructionVector LoopIncs; member
786 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
868 if (is_contained(LoopIncs, I)) in findRootsRecursive()
981 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
984 LoopIncs.push_back(IV); in findRoots()
1032 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1074 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp456 SmallInstructionVector LoopIncs; member
786 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
868 if (is_contained(LoopIncs, I)) in findRootsRecursive()
973 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
976 LoopIncs.push_back(IV); in findRoots()
1024 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1066 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()