/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 232 MachineBasicBlock *DestBB) { in splitBlockBeforeInstr() 313 MachineBasicBlock *DestBB) { in fixupConditionalBranch() 447 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in fixupUnconditionalBranch() local 542 if (MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last)) { in relaxBranchInstructions() local 566 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in relaxBranchInstructions() local
|
H A D | CodeGenPrepare.cpp | 828 BasicBlock *DestBB = BI->getSuccessor(0); in findDestBlockOfMergeableEmptyBlock() local 864 BasicBlock *DestBB = findDestBlockOfMergeableEmptyBlock(BB); in eliminateMostlyEmptyBlocks() local 876 BasicBlock *DestBB, in isMergingEmptyBlockProfitable() 1048 BasicBlock *DestBB = BI->getSuccessor(0); in eliminateMostlyEmptyBlock() local
|
H A D | ModuloSchedule.cpp | 1642 MachineBasicBlock *DestBB, MachineBasicBlock *SourceBB, unsigned Stage) { in moveStageBetweenBlocks()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBasicBlockInfo.cpp | 94 MachineBasicBlock *DestBB, in isBBInRange()
|
H A D | ARMConstantIslandPass.cpp | 1693 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in fixupImmediateBr() local 1737 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in fixupConditionalBr() local 1900 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); in optimizeThumb2Branches() local 1920 MachineBasicBlock *DestBB) { in optimizeThumb2Branches() 1964 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); in optimizeThumb2Branches() local 1994 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); in optimizeThumb2Branches() local
|
H A D | ARMLowOverheadLoops.cpp | 1435 MachineBasicBlock *DestBB = getWhileLoopStartTargetBB(*MI); in RevertWhile() local 1470 MachineBasicBlock *DestBB = MI->getOperand(1).getMBB(); in RevertLoopEnd() local 1493 MachineBasicBlock *DestBB = MI->getOperand(2).getMBB(); in RevertLoopEndDec() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.cpp | 56 BasicBlock *DestBB = I->getNormalDest(); in insertAfterInvokes() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 1453 (MachineInstr *MI,MachineBasicBlock *DestBB, unsigned MaxDisp) { in isBBInRange() 1480 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB(); in fixupImmediateBr() local 1499 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in fixupUnconditionalBr() local 1539 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB(); in fixupConditionalBr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 128 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in expandBranches() local
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantIslandPass.cpp | 1212 MachineBasicBlock *DestBB, in isBBInRange() 1238 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupImmediateBr() local 1277 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupConditionalBr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 143 auto *DestBB = KV.second.get<MachineBasicBlock *>(); in WebAssemblyFunctionInfo() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 472 const BasicBlock *DestBB; member 750 const BasicBlock *DestBB = E->DestBB; in getInstrumentBBs() local 766 BasicBlock *DestBB = const_cast<BasicBlock *>(E->DestBB); in getInstrBB() local 1193 const BasicBlock *DestBB = E->DestBB; in setInstrumentedCounts() local 1689 const BasicBlock *DestBB = E->DestBB; in setBranchWeights() local
|
H A D | GCOVProfiling.cpp | 182 const BasicBlock *DestBB; member 712 BasicBlock *DestBB = const_cast<BasicBlock *>(E.DestBB); in getInstrBB() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 118 BasicBlock *DestBB = TI->getSuccessor(SuccNum); in SplitKnownCriticalEdge() local
|
H A D | BasicBlockUtils.cpp | 664 void llvm::updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred, in updatePhiNodes() 835 BasicBlock *SplitBB, BasicBlock *DestBB) { in createPHIsForSplitLoopExit()
|
H A D | Local.cpp | 349 BasicBlock *DestBB = IBI->getDestination(i); in ConstantFoldTerminator() local 765 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, in MergeBasicBlockIntoOnlyPred()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 367 MachineBasicBlock &DestBB, in insertIndirectBranch()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 1049 Instruction *Repl, BasicBlock *DestBB, in removeAndReplace() 1106 BasicBlock *DestBB = HP.first; in hoist() local
|
H A D | JumpThreading.cpp | 1679 BasicBlock *DestBB; in processThreadableEdges() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 324 MachineBasicBlock *DestBB = MI.getOperand(2).getMBB(); in emitElse() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 1553 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0); in mergeStoreIntoSuccessor() local
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6582 BasicBlock *DestBB; in parseSwitch() local 6624 BasicBlock *DestBB; in parseIndirectBr() local 6865 BasicBlock *DestBB; in parseCatchSwitch() local 6996 BasicBlock *DestBB; in parseCallBr() local
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5450 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]); in parseFunctionBody() local 5474 BasicBlock *DestBB = getBasicBlock(Record[1+3+i*2]); in parseFunctionBody() local 5496 if (BasicBlock *DestBB = getBasicBlock(Record[2+i])) { in parseFunctionBody() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 944 MachineBasicBlock &DestBB, in insertIndirectBranch()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 727 BasicBlock *DestBB = SwitchAndDefaultDest.second; in addFieldForAllocas() local
|