Searched defs:PhiNode (Results 1 – 4 of 4) sorted by relevance
633 struct PhiNode : public InstrNode { struct634 MachineInstr *getCode() const { return nullptr; } in getCode()
979 for (const auto &PhiNode : NewPhiNodes) { in run() local
3229 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()
3753 const auto *PhiNode = cast<PHINode>(UserInst); in CollectLoopInvariantFixupsAndFormulae() local