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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetSubtargetInfo.h39 // AntiDepBreakMode - Type of anti-dependence breaking that should
41 typedef enum { ANTIDEP_NONE, ANTIDEP_CRITICAL, ANTIDEP_ALL } AntiDepBreakMode; typedef in class:llvm::TargetSubtargetInfo
58 AntiDepBreakMode& Mode,
/external/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h65 // AntiDepBreakMode - Type of anti-dependence breaking that should
67 typedef enum { ANTIDEP_NONE, ANTIDEP_CRITICAL, ANTIDEP_ALL } AntiDepBreakMode; typedef in class:llvm::TargetSubtargetInfo
164 virtual AntiDepBreakMode getAntiDepBreakMode() const { return ANTIDEP_NONE; }

Completed in 122 milliseconds