/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 696 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 D | Local.cpp | 832 IncomingValueMap &IncomingValues) { in selectIncomingValueForBlock() 857 IncomingValueMap &IncomingValues) { in gatherIncomingValuesToPhi() 873 const IncomingValueMap &IncomingValues) { in replaceUndefValuesInPhi() 900 IncomingValueMap IncomingValues; in redirectValuesFromPredecessorsToPhi() local
|
H A D | BasicBlockUtils.cpp | 217 SmallVector<AssertingVH<Value>, 4> IncomingValues; in MergeBlockIntoPredecessor() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 931 IncomingValueMap &IncomingValues) { in selectIncomingValueForBlock() 956 IncomingValueMap &IncomingValues) { in gatherIncomingValuesToPhi() 972 const IncomingValueMap &IncomingValues) { in replaceUndefValuesInPhi() 1021 IncomingValueMap IncomingValues; in redirectValuesFromPredecessorsToPhi() local
|
H A D | BasicBlockUtils.cpp | 227 SmallVector<AssertingVH<Value>, 4> IncomingValues; in MergeBlockIntoPredecessor() local
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInferAddressSpaces.cpp | 183 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 D | InferAddressSpaces.cpp | 247 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 D | IRMutator.cpp | 478 DenseMap<BasicBlock *, Value *> IncomingValues; in mutate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 333 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 D | MemoryBuiltins.cpp | 979 auto IncomingValues = PN.incoming_values(); in visitPHINode() local
|
H A D | InstructionSimplify.cpp | 5021 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 D | InstrRefBasedImpl.cpp | 3836 SmallVector<std::pair<LDVSSABlock *, BlockValueNum>, 4> IncomingValues; member in __anon003a9e281311::LDVSSAPhi
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 2328 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 2937 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Core.cpp | 2973 void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef *IncomingValues, in LLVMAddIncoming()
|