reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  366   bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs,

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  977       if (!blockCanBePredicated(BB, SafePointes)) {
 1227     if (!blockCanBePredicated(BB, SafePointers, /* MaskAllLoads= */ true)) {