Home
last modified time | relevance | path

Searched defs:setBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h68 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
113 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h213 void setBlock(BasicBlock *BB) { Block = BB; } in setBlock() function
/third_party/glslang/SPIRV/
DspvIR.h137 void setBlock(Block* b) { block = b; } in setBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h506 void setBlock(Block &B) { Base = &B; } in setBlock() function