Home
last modified time | relevance | path

Searched defs:PhiNode (Results 1 – 4 of 4) 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/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp979 for (const auto &PhiNode : NewPhiNodes) { in run() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3229 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()
3236 unsigned LLVMCountIncoming(LLVMValueRef PhiNode) { in LLVMCountIncoming()
3240 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index) { in LLVMGetIncomingValue()
3244 LLVMBasicBlockRef LLVMGetIncomingBlock(LLVMValueRef PhiNode, unsigned Index) { in LLVMGetIncomingBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3753 const auto *PhiNode = cast<PHINode>(UserInst); in CollectLoopInvariantFixupsAndFormulae() local