Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist.h107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
/external/llvm/bindings/go/llvm/
Dir.go1135 func (bb BasicBlock) MoveBefore(pos BasicBlock) { C.LLVMMoveBasicBlockBefore(bb.C, pos.C) } func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1197 func (bb BasicBlock) MoveBefore(pos BasicBlock) { C.LLVMMoveBasicBlockBefore(bb.C, pos.C) } func