Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp329 TEST_F(FunctionSpecializationTest,PhiNode) TEST_F() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h633 struct PhiNode : public InstrNode { struct
634 MachineInstr *getCode() const { return nullptr; } in getCode()
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1941 llvm_add_incoming(value Incoming,value PhiNode) llvm_add_incoming() argument
1952 LLVMValueRef PhiNode = Value_val(Phi); llvm_incoming() local
2593 LLVMValueRef FirstValue, PhiNode; llvm_build_phi() local
[all...]
/llvm-project/llvm/lib/IR/
H A DCore.cpp3107 LLVMAddIncoming(LLVMValueRef PhiNode,LLVMValueRef * IncomingValues,LLVMBasicBlockRef * IncomingBlocks,unsigned Count) LLVMAddIncoming() argument
3114 LLVMCountIncoming(LLVMValueRef PhiNode) LLVMCountIncoming() argument
3118 LLVMGetIncomingValue(LLVMValueRef PhiNode,unsigned Index) LLVMGetIncomingValue() argument
3122 LLVMGetIncomingBlock(LLVMValueRef PhiNode,unsigned Index) LLVMGetIncomingBlock() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3763 const auto *PhiNode = cast<PHINode>(UserInst); CollectLoopInvariantFixupsAndFormulae() local