Home
last modified time | relevance | path

Searched defs:PhiNode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h633 struct PhiNode : public InstrNode { struct
634 MachineInstr *getCode() const { return nullptr; } in getCode()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3178 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()
3185 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming()
3189 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index) { in LLVMGetIncomingValue()
3193 LLVMBasicBlockRef LLVMGetIncomingBlock(LLVMValueRef PhiNode, unsigned Index) { in LLVMGetIncomingBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3767 const auto *PhiNode = cast<PHINode>(UserInst); in CollectLoopInvariantFixupsAndFormulae() local