Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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
H A Dmemory_space_assignment_best_fit_repacker.cc24 using AllocationBlock = MemorySpaceAssignmentRepacker::AllocationBlock; typedef
H A Dmemory_space_assignment_best_fit_repacker_test.cc24 using AllocationBlock = MemorySpaceAssignmentRepacker::AllocationBlock; typedef in xla::MemorySpaceAssignmentBestFitRepackerTest
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DCodeExtractor.h98 BasicBlock *AllocationBlock; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DCodeExtractor.h98 BasicBlock *AllocationBlock; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DCodeExtractor.h98 BasicBlock *AllocationBlock; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DCodeExtractor.h98 BasicBlock *AllocationBlock; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h98 BasicBlock *AllocationBlock; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp248 BasicBlock *AllocationBlock, std::string Suffix) in CodeExtractor()