Home
last modified time | relevance | path

Searched defs:DefaultDest (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DCallBrPrepare.cpp189 BasicBlock *DefaultDest = CBR->getDefaultDest(); in UpdateSSA() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp403 BasicBlock *DefaultDest = SI->getDefaultDest(); processSwitch() local
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp595 LLVMBasicBlockRef DefaultDest = CloneInstruction() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp327 BasicBlock *DefaultDest = SI->getDefaultDest(); removeNonFeasibleEdges() local
H A DLocal.cpp196 BasicBlock *DefaultDest = SI->getDefaultDest(); ConstantFoldTerminator() local
H A DSimplifyCFG.cpp6032 BasicBlock *DefaultDest = SI->getDefaultDest(); initializeUniqueCases() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5831 BasicBlock *DefaultDest = getBasicBlock(Record[OpNum++]); parseFunctionBody() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7572 BasicBlock *DefaultDest; parseCallBr() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp3298 LLVMBuildCallBr(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMBasicBlockRef DefaultDest,LLVMBasicBlockRef * IndirectDests,unsigned NumIndirectDests,LLVMValueRef * Args,unsigned NumArgs,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildCallBr() argument