Searched defs:LSCEV (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp161 const SCEV *LSCEV = SE.getSCEV(PtrValue); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp347 const SCEV *LSCEV = SE->getSCEV(PtrValue); local
H A DLoopUnrollAndJamPass.cpp263 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp882 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); local
830 addOneCandidate( Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets, std::function<bool(const SCEV *)> isValidDiff, unsigned MaxCandidateNum) argument
[all...]

Completed in 190 milliseconds