Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h228 LLVM_ABI PHINode *createPHINode(llvm::PHINode *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp616 PHINode *Context::createPHINode(llvm::PHINode *I) { in createPHINode() function in llvm::sandboxir::Context
H A DInstruction.cpp831 return Ctx.createPHINode(NewPHI); in create()