Searched defs:isLive (Results 1 - 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ | ||
| H A D | vkAllocationCallbackUtil.cpp | 335 bool isLive; member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | ||
| H A D | ADCE.cpp | 126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anon25090::AggressiveDeadCodeElimination 130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anon25090::AggressiveDeadCodeElimination |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | ||
| H A D | RegisterCoalescer.cpp | 1622 bool isLive; in eliminateUndefCopy() local |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | ||
| H A D | ModuleSummaryIndex.h | 400 bool isLive() const { return Flags.Live; } in isLive() function in llvm::CalleeInfo::GlobalValueSummary |
Completed in 14 milliseconds