OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSplitable
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
177
///
isSplitable
- Returns true if splitting this loop will break
179
virtual bool
isSplitable
(unsigned Level) const { return false; }
263
///
isSplitable
- Returns true if splitting the loop will break
265
bool
isSplitable
(unsigned Level) const override;
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
171
if (D->
isSplitable
(Level)) {
282
bool FullDependence::
isSplitable
(unsigned Level) const {
593
if (
isSplitable
(II))
[
all
...]
Completed in 601 milliseconds