| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ | 
| H A D | BranchRelaxation.cpp | 144 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); INITIALIZE_PASS()  local  245 splitBlockBeforeInstr(MachineInstr & MI,MachineBasicBlock * DestBB) splitBlockBeforeInstr()  argument  326 __anon6cb7e2b90202(MachineBasicBlock *MBB, MachineBasicBlock *DestBB) fixupConditionalBranch()  argument  460 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); fixupUnconditionalBranch()  local  555 if (MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last)) { relaxBranchInstructions()  local  579 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); relaxBranchInstructions()  local  [all...] | 
| H A D | CodeGenPrepare.cpp | 908   BasicBlock *DestBB = BI->getSuccessor(0);  in findDestBlockOfMergeableEmptyBlock()  local 948     BasicBlock *DestBB = findDestBlockOfMergeableEmptyBlock(BB);  in eliminateMostlyEmptyBlocks()  local 960                                                    BasicBlock *DestBB,  in isMergingEmptyBlockProfitable() 1131   BasicBlock *DestBB = BI->getSuccessor(0);  in eliminateMostlyEmptyBlock()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ | 
| H A D | ARMBasicBlockInfo.cpp | 94 isBBInRange(MachineInstr * MI,MachineBasicBlock * DestBB,unsigned MaxDisp) const isBBInRange()  argument 
  | 
| H A D | ARMConstantIslandPass.cpp | 1707   MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();  in fixupImmediateBr()  local 1751   MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();  in fixupConditionalBr()  local 1914       MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();  in optimizeThumb2Branches()  local 1934                               MachineBasicBlock *DestBB) {  in optimizeThumb2Branches() 1978     MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();  in optimizeThumb2Branches()  local 2008     MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();  in optimizeThumb2Branches()  local
  | 
| H A D | ARMLowOverheadLoops.cpp | 1416   MachineBasicBlock *DestBB = getWhileLoopStartTargetBB(*MI);  in RevertWhile()  local 1451   MachineBasicBlock *DestBB = MI->getOperand(1).getMBB();  in RevertLoopEnd()  local 1474   MachineBasicBlock *DestBB = MI->getOperand(2).getMBB();  in RevertLoopEndDec()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ | 
| H A D | ObjCARC.cpp | 56     BasicBlock *DestBB = I->getNormalDest();  in insertAfterInvokes()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | 
| H A D | GCNPreRALongBranchReg.cpp | 128     MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last);  in runOnMachineFunction()  local
  | 
| H A D | SILowerControlFlow.cpp | 323   MachineBasicBlock *DestBB = MI.getOperand(2).getMBB();  in emitElse()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ | 
| H A D | MSP430BranchSelector.cpp | 128       MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();  in expandBranches()  local
  | 
| /freebsd/contrib/llvm-project/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
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ | 
| H A D | HexagonCopyHoisting.cpp | 243 void HexagonCopyHoisting::moveCopyInstr(MachineBasicBlock *DestBB,  in moveCopyInstr()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ | 
| H A D | WebAssemblyMachineFunctionInfo.cpp | 145       auto *DestBB = KV.second.get<MachineBasicBlock *>();  in WebAssemblyFunctionInfo()  local
  | 
| /freebsd/contrib/llvm-project/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
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ | 
| H A D | BreakCriticalEdges.cpp | 118   BasicBlock *DestBB = TI->getSuccessor(SuccNum);  in SplitKnownCriticalEdge()  local
  | 
| H A D | BasicBlockUtils.cpp | 810 void llvm::updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred,  in updatePhiNodes() 981                                       BasicBlock *SplitBB, BasicBlock *DestBB) {  in createPHIsForSplitLoopExit()
  | 
| H A D | Local.cpp | 351         BasicBlock *DestBB = IBI->getDestination(i);  in ConstantFoldTerminator()  local 771 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB,  in MergeBasicBlockIntoOnlyPred()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | 
| H A D | PGOInstrumentation.cpp | 494   BasicBlock *DestBB;  member 787   BasicBlock *DestBB = E->DestBB;  in getInstrBB()  local 1213     const BasicBlock *DestBB = E->DestBB;  in setupBBInfoEdges()  local 1276       const BasicBlock *DestBB = E->DestBB;  in setInstrumentedCounts()  local 1640       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  [all...] | 
| H A D | IndirectCallPromotion.cpp | 208 static bool isDestBBSuitableForSink(Instruction *Inst, BasicBlock *DestBB) {  in isDestBBSuitableForSink()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ | 
| H A D | LoongArchInstrInfo.cpp | 422                                               MachineBasicBlock &DestBB,  in insertIndirectBranch()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | 
| H A D | GVNHoist.cpp | 1014                                     Instruction *Repl, BasicBlock *DestBB,  in removeAndReplace() 1071     BasicBlock *DestBB = HP.first;  in hoist()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | 
| H A D | InstCombineLoadStoreAlloca.cpp | 1494   BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);  in mergeStoreIntoSuccessor()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ | 
| H A D | X86MCInstLower.cpp | 2463       MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();  in emitInstruction()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ | 
| H A D | LLParser.cpp | 7196     BasicBlock *DestBB;  in parseSwitch()  local 7238     BasicBlock *DestBB;  in parseIndirectBr()  local 7479     BasicBlock *DestBB;  in parseCatchSwitch()  local 7610     BasicBlock *DestBB;  in parseCallBr()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ | 
| H A D | BitcodeReader.cpp | 5675           BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]);  in parseFunctionBody()  local 5699         BasicBlock *DestBB = getBasicBlock(Record[1+3+i*2]);  in parseFunctionBody()  local 5721         if (BasicBlock *DestBB = getBasicBlock(Record[2+i])) {  in parseFunctionBody()  local
  |