Home
last modified time | relevance | path

Searched defs:Intervals (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIntervalPartition.h46 std::vector<Interval*> Intervals; variable
/external/llvm/include/llvm/Analysis/
DIntervalPartition.h46 std::vector<Interval*> Intervals; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h43 Map Intervals; variable
/external/webrtc/webrtc/base/
Dtimeutils_unittest.cc80 TEST(TimeTest, Intervals) { in TEST() argument
/external/llvm/docs/
DCodeGenerator.rst1141 Live Variable Analysis
1179 Live Intervals Analysis
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp189 SmallVector<Pair *, 16> Intervals; in InitializeSlots() local
DRenameIndependentSubregs.cpp135 SmallVector<LiveInterval*, 4> Intervals; in INITIALIZE_PASS_DEPENDENCY() local
DStackColoring.cpp276 SmallVector<std::unique_ptr<LiveInterval>, 16> Intervals; member in __anon379941c80111::StackColoring
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp757 std::vector<double> Intervals(N + 1); in UpdateCorpusDistribution() local
/external/mesa3d/src/mesa/program/
Dprog_optimize.c819 struct interval Intervals[REG_ALLOCATE_MAX_PROGRAM_TEMPS]; member
/external/skia/src/gpu/ops/
DGrDashOp.cpp1271 enum Intervals { in GR_DRAW_OP_TEST_DEFINE() enum