Home
last modified time | relevance | path

Searched defs:AllocationBlock (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_repacking.h38 struct AllocationBlock { struct
45 std::vector<AllocationBlock*> colocations; argument
55 bool operator<(const AllocationBlock& other) const { return id < other.id; } argument
Dmemory_space_assignment_best_fit_repacker.cc24 using AllocationBlock = MemorySpaceAssignmentRepacker::AllocationBlock; typedef
Dmemory_space_assignment_best_fit_repacker_test.cc24 using AllocationBlock = MemorySpaceAssignmentRepacker::AllocationBlock; typedef in xla::MemorySpaceAssignmentBestFitRepackerTest
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h98 BasicBlock *AllocationBlock; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp248 BasicBlock *AllocationBlock, std::string Suffix) in CodeExtractor()