Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3003 LLVMAddIncoming(LLVMValueRef PhiNode,LLVMValueRef * IncomingValues,LLVMBasicBlockRef * IncomingBlocks,unsigned Count) LLVMAddIncoming() argument
3010 LLVMCountIncoming(LLVMValueRef PhiNode) LLVMCountIncoming() argument
3014 LLVMGetIncomingValue(LLVMValueRef PhiNode,unsigned Index) LLVMGetIncomingValue() argument
3018 LLVMGetIncomingBlock(LLVMValueRef PhiNode,unsigned Index) LLVMGetIncomingBlock() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3532 const auto *PhiNode = cast<PHINode>(UserInst); CollectLoopInvariantFixupsAndFormulae() local