Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericSSAContext.h97 const BlockT *getDefBlock(ConstValueRefT value) const;
H A DGenericUniformityImpl.h1163 const BlockT *parent = Context.getDefBlock(entry); in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp51 const MachineBasicBlock *MachineSSAContext::getDefBlock(Register value) const { in getDefBlock() function in MachineSSAContext
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp59 const BasicBlock *SSAContext::getDefBlock(const Value *value) const { in getDefBlock() function in SSAContext