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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp231 bool PossiblyLoopIndependent,
235 LoopIndependent(PossiblyLoopIndependent) {
3282 bool PossiblyLoopIndependent) {
3284 PossiblyLoopIndependent = false;
3319 FullDependence Result(Src, Dst, PossiblyLoopIndependent, CommonLevels);
3653 if (PossiblyLoopIndependent) {
229 FullDependence(Instruction *Source, Instruction *Destination, bool PossiblyLoopIndependent, unsigned CommonLevels) argument
3280 depends(Instruction *Src, Instruction *Dst, bool PossiblyLoopIndependent) argument

Completed in 117 milliseconds