Home
last modified time | relevance | path

Searched refs:hoistK (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkVM.cpp2646 *hoistK = llvm::BasicBlock::Create(*ctx, "hoistK", fn), in setupLLVM() local
2856 b.CreateBr(hoistK); in setupLLVM()
2863 IRBuilder b(hoistK); in setupLLVM()
2893 n->addIncoming(arg++, hoistK); in setupLLVM()
2897 args[i]->addIncoming(arg++, hoistK); in setupLLVM()