Searched defs:FullDependence (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h60 /// represents a confused dependence (see also FullDependence). In most
210 /// FullDependence - This class represents a dependence between two memory
218 class FullDependence : public Dependence { class in namespace:llvm
220 FullDependence(Instruction *Src,
224 ~FullDependence() {
286 /// FullDependence) with as much information as can be gleaned.
586 FullDependence &Result) const;
601 FullDependence &Result,
616 FullDependence &Result) const;
624 FullDependence
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp222 // FullDependence methods
224 FullDependence::FullDependence(Instruction *Source, function in class:FullDependence
238 unsigned FullDependence::getDirection(unsigned Level) const {
245 const SCEV *FullDependence::getDistance(unsigned Level) const {
254 bool FullDependence::isScalar(unsigned Level) const {
262 bool FullDependence::isPeelFirst(unsigned Level) const {
270 bool FullDependence::isPeelLast(unsigned Level) const {
277 bool FullDependence::isSplitable(unsigned Level) const {
957 FullDependence
[all...]

Completed in 78 milliseconds