Home
last modified time | relevance | path

Searched defs:DoPHITranslation (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h539 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h645 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { in DoPHITranslation() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp736 const Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value