OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSafeToExpand
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
29
bool
isSafeToExpand
(const SCEV *S, ScalarEvolution &SE);
/external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp
208
if (!
isSafeToExpand
(NextLSCEV, *SE))
PPCLoopPreIncPrep.cpp
327
if (!
isSafeToExpand
(BasePtrStartSCEV, *SE))
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
617
!
isSafeToExpand
(ExitValue, *SE))
[
all
...]
LoopStrengthReduce.cpp
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
[
all
...]
Completed in 149 milliseconds