Searched defs:PhiNode (Results 1 – 3 of 3) sorted by relevance
633 struct PhiNode : public InstrNode { struct634 MachineInstr *getCode() const { return nullptr; } in getCode()
3178 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()
3767 const auto *PhiNode = cast<PHINode>(UserInst); in CollectLoopInvariantFixupsAndFormulae() local