OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullDependence
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
61
/// represents a confused dependence (see also
FullDependence
). In most
77
// Dependence. Currently,
FullDependence
relies on the copy constructor, but
212
///
FullDependence
- This class represents a dependence between two memory
220
class
FullDependence
final : public Dependence {
222
FullDependence
(Instruction *Src, Instruction *Dst, bool LoopIndependent,
225
FullDependence
(
FullDependence
&&RHS)
289
///
FullDependence
) with as much information as can be gleaned.
595
FullDependence
&Result) const;
610
FullDependence
&Result
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
228
//
FullDependence
methods
230
FullDependence
::
FullDependence
(Instruction *Source, Instruction *Destination,
243
unsigned
FullDependence
::getDirection(unsigned Level) const {
250
const SCEV *
FullDependence
::getDistance(unsigned Level) const {
259
bool
FullDependence
::isScalar(unsigned Level) const {
267
bool
FullDependence
::isPeelFirst(unsigned Level) const {
275
bool
FullDependence
::isPeelLast(unsigned Level) const {
282
bool
FullDependence
::isSplitable(unsigned Level) const {
[
all
...]
Completed in 232 milliseconds