Searched defs:PhiNode (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | RDFGraph.h | 633 struct PhiNode : public InstrNode { struct |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Core.cpp | 3003 LLVMAddIncoming(LLVMValueRef PhiNode,LLVMValueRef * IncomingValues,LLVMBasicBlockRef * IncomingBlocks,unsigned Count) LLVMAddIncoming() argument |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LoopStrengthReduce.cpp | 3532 const auto *PhiNode = cast<PHINode>(UserInst); CollectLoopInvariantFixupsAndFormulae() local |