Home
last modified time | relevance | path

Searched refs:IncomingBlocks (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1662 LLVMBasicBlockRef *IncomingBlocks, unsigned Count) { in LLVMAddIncoming() argument
1665 PhiVal->addIncoming(unwrap(IncomingValues[I]), unwrap(IncomingBlocks[I])); in LLVMAddIncoming()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h818 LLVMBasicBlockRef *IncomingBlocks, unsigned Count);
/external/llvm/include/llvm-c/
DCore.h2807 LLVMBasicBlockRef *IncomingBlocks, unsigned Count);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3040 LLVMBasicBlockRef *IncomingBlocks, unsigned Count);
/external/llvm/lib/IR/
DCore.cpp2329 LLVMBasicBlockRef *IncomingBlocks, unsigned Count) { in LLVMAddIncoming() argument
2332 PhiVal->addIncoming(unwrap(IncomingValues[I]), unwrap(IncomingBlocks[I])); in LLVMAddIncoming()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2559 LLVMBasicBlockRef *IncomingBlocks, unsigned Count) { in LLVMAddIncoming() argument
2562 PhiVal->addIncoming(unwrap(IncomingValues[I]), unwrap(IncomingBlocks[I])); in LLVMAddIncoming()