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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
CodeRegion.h 1 //===-------------------------- CodeRegion.h -------------------*- C++ -* -===//
11 /// This file implements class CodeRegion and CodeRegions.
13 /// A CodeRegion describes a region of assembly code guarded by special LLVM-MCA
48 class CodeRegion {
57 CodeRegion(const CodeRegion &) = delete;
58 CodeRegion &operator=(const CodeRegion &) = delete;
61 CodeRegion(llvm::StringRef Desc, llvm::SMLoc Start)
87 std::vector<std::unique_ptr<CodeRegion>> Regions
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 53 Value *CodeRegion = TheLoop->getHeader();
57 CodeRegion = I->getParent();
64 OptimizationRemarkAnalysis R(PassName, RemarkName, DL, CodeRegion);
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 192 /// \brief A CodeRegion associates some code with a counter
193 CodeRegion,
221 LineEnd, ColumnEnd, CodeRegion);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DiagnosticInfo.h 599 /// location. \p CodeRegion is IR value (currently basic block) that the
607 const Value *CodeRegion = nullptr)
610 CodeRegion(CodeRegion) {}
624 CodeRegion(Orig.getCodeRegion()) {
645 const Value *getCodeRegion() const { return CodeRegion; }
654 const Value *CodeRegion;
663 /// word, camel-case). \p Loc is the debug location and \p CodeRegion is the
667 const DiagnosticLocation &Loc, const Value *CodeRegion);
709 /// CodeRegion is the region that the optimization operates on (currently onl
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 207 /// A CodeRegion associates some code with a counter
208 CodeRegion,
219 /// A GapRegion is like a CodeRegion, but its count is only set as the
240 LineEnd, ColumnEnd, CodeRegion);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]

Completed in 916 milliseconds