HomeSort by relevance Sort by last modified time
    Searched defs:LoopSafetyInfo (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MustExecute.h 39 struct LoopSafetyInfo {
46 LoopSafetyInfo() = default;
50 /// the possibility of may throw exception, it takes LoopSafetyInfo and loop as
51 /// argument. Updates safety information in LoopSafetyInfo argument.
53 /// LoopSafetyInfo. Some callers rely on this fact.
54 void computeLoopSafetyInfo(LoopSafetyInfo *, Loop *);
60 const LoopSafetyInfo *SafetyInfo);
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 41 struct LoopSafetyInfo {
47 LoopSafetyInfo() : MayThrow(false), HeaderMayThrow(false) {}
361 LoopSafetyInfo *);
372 LoopSafetyInfo *);
385 Loop *, AliasSetTracker *, LoopSafetyInfo *);
389 /// exception, it takes LoopSafetyInfo and loop as argument.
390 /// Updates safety information in LoopSafetyInfo argument.
391 void computeLoopSafetyInfo(LoopSafetyInfo *, Loop *);
397 const LoopSafetyInfo *SafetyInfo);

Completed in 223 milliseconds