Home
last modified time | relevance | path

Searched defs:IU (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVUsers.h168 std::unique_ptr<IVUsers> IU; variable
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dd10v.h68 #define IU 1 macro
H A Dd30v.h137 #define IU 1 macro
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dd10v.h68 #define IU 1 macro
H A Dd30v.h137 #define IU 1 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVUsers.cpp412 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { in getStride() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1912 IVUsers &IU; member in __anonfc600eff0911::LSRInstance
5614 LSRInstance::LSRInstance(Loop *L, IVUsers &IU, ScalarEvolution &SE, in LSRInstance()
5915 static bool ReduceLoopStrength(Loop *L, IVUsers &IU, ScalarEvolution &SE, in ReduceLoopStrength()
5963 auto &IU = getAnalysis<IVUsersWrapperPass>().getIU(); in runOnLoop() local