Home
last modified time | relevance | path

Searched defs:IncomingValues (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp696 IncomingValueMap &IncomingValues) { in selectIncomingValueForBlock()
721 IncomingValueMap &IncomingValues) { in gatherIncomingValuesToPhi()
737 const IncomingValueMap &IncomingValues) { in replaceUndefValuesInPhi()
764 IncomingValueMap IncomingValues; in redirectValuesFromPredecessorsToPhi() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp832 IncomingValueMap &IncomingValues) { in selectIncomingValueForBlock()
857 IncomingValueMap &IncomingValues) { in gatherIncomingValuesToPhi()
873 const IncomingValueMap &IncomingValues) { in replaceUndefValuesInPhi()
900 IncomingValueMap IncomingValues; in redirectValuesFromPredecessorsToPhi() local
H A DBasicBlockUtils.cpp217 SmallVector<AssertingVH<Value>, 4> IncomingValues; in MergeBlockIntoPredecessor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp931 IncomingValueMap &IncomingValues) { in selectIncomingValueForBlock()
956 IncomingValueMap &IncomingValues) { in gatherIncomingValuesToPhi()
972 const IncomingValueMap &IncomingValues) { in replaceUndefValuesInPhi()
1021 IncomingValueMap IncomingValues; in redirectValuesFromPredecessorsToPhi() local
H A DBasicBlockUtils.cpp227 SmallVector<AssertingVH<Value>, 4> IncomingValues; in MergeBlockIntoPredecessor() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXInferAddressSpaces.cpp183 auto IncomingValues = cast<PHINode>(Op).incoming_values(); in getPointerOperands() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp247 auto IncomingValues = cast<PHINode>(Op).incoming_values(); in getPointerOperands() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp478 DenseMap<BasicBlock *, Value *> IncomingValues; in mutate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp333 auto IncomingValues = cast<PHINode>(Op).incoming_values(); in getPointerOperands() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp979 auto IncomingValues = PN.incoming_values(); in visitPHINode() local
H A DInstructionSimplify.cpp5021 static Value *simplifyPHINode(PHINode *PN, ArrayRef<Value *> IncomingValues, in simplifyPHINode()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3836 SmallVector<std::pair<LDVSSABlock *, BlockValueNum>, 4> IncomingValues; member in __anon003a9e281311::LDVSSAPhi
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp2328 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp2937 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp2973 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()