Home
last modified time | relevance | path

Searched defs:DestBB (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp152 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in INITIALIZE_PASS() local
273 MachineBasicBlock *DestBB) { in splitBlockBeforeInstr()
364 MachineBasicBlock *DestBB) { in fixupConditionalBranch()
542 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in fixupUnconditionalBranch() local
675 if (MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last)) { in relaxBranchInstructions() local
700 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in relaxBranchInstructions() local
H A DCodeGenPrepare.cpp908 BasicBlock *DestBB = BI->getSuccessor(0); in findDestBlockOfMergeableEmptyBlock() local
948 BasicBlock *DestBB = findDestBlockOfMergeableEmptyBlock(BB); in eliminateMostlyEmptyBlocks() local
960 isMergingEmptyBlockProfitable(BasicBlock * BB,BasicBlock * DestBB,bool isPreheader) isMergingEmptyBlockProfitable() argument
1132 BasicBlock *DestBB = BI->getSuccessor(0); eliminateMostlyEmptyBlock() local
[all...]
H A DModuloSchedule.cpp1637 moveStageBetweenBlocks(MachineBasicBlock * DestBB,MachineBasicBlock * SourceBB,unsigned Stage) moveStageBetweenBlocks() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp93 MachineBasicBlock *DestBB, in isBBInRange()
H A DARMConstantIslandPass.cpp1707 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(); optimizeThumb2Branches() local
1934 __anonf7e478030402(ImmBranch &Br, ImmCompare &ImmCmp, MachineBasicBlock *DestBB) optimizeThumb2Branches() argument
1978 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); optimizeThumb2Branches() local
2008 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); optimizeThumb2Branches() local
[all...]
H A DARMLowOverheadLoops.cpp1429 MachineBasicBlock *DestBB = getWhileLoopStartTargetBB(*MI); RevertWhile() local
1464 MachineBasicBlock *DestBB = MI->getOperand(1).getMBB(); RevertLoopEnd() local
1487 MachineBasicBlock *DestBB = MI->getOperand(2).getMBB(); RevertLoopEndDec() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp56 BasicBlock *DestBB = I->getNormalDest(); in insertAfterInvokes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp128 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last); in runOnMachineFunction() local
H A DSILowerControlFlow.cpp325 MachineBasicBlock *DestBB = MI.getOperand(2).getMBB(); emitElse() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp128 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in expandBranches() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1453 (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-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp143 auto *DestBB = KV.second.get<MachineBasicBlock *>(); WebAssemblyFunctionInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp1212 MachineBasicBlock *DestBB, in isBBInRange() argument
1238 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupImmediateBr() local
1277 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupConditionalBr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp472 BasicBlock *DestBB; global() member
763 BasicBlock *DestBB = E->DestBB; getInstrBB() local
1159 const BasicBlock *DestBB = E->DestBB; setupBBInfoEdges() local
1222 const BasicBlock *DestBB = E->DestBB; setInstrumentedCounts() local
1580 const BasicBlock *DestBB = E->DestBB; setBranchWeights() local
[all...]
H A DGCOVProfiling.cpp182 const BasicBlock *DestBB; member
712 BasicBlock *DestBB = const_cast<BasicBlock *>(E.DestBB); in getInstrBB() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp118 BasicBlock *DestBB = TI->getSuccessor(SuccNum); in SplitKnownCriticalEdge() local
[all...]
H A DBasicBlockUtils.cpp799 updatePhiNodes(BasicBlock * DestBB,BasicBlock * OldPred,BasicBlock * NewPred,PHINode * Until) updatePhiNodes() argument
970 createPHIsForSplitLoopExit(ArrayRef<BasicBlock * > Preds,BasicBlock * SplitBB,BasicBlock * DestBB) createPHIsForSplitLoopExit() argument
H A DLocal.cpp350 BasicBlock *DestBB = IBI->getDestination(i); ConstantFoldTerminator() local
764 MergeBasicBlockIntoOnlyPred(BasicBlock * DestBB,DomTreeUpdater * DTU) MergeBasicBlockIntoOnlyPred() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp407 insertIndirectBranch(MachineBasicBlock & MBB,MachineBasicBlock & DestBB,MachineBasicBlock & RestoreBB,const DebugLoc & DL,int64_t BrOffset,RegScavenger * RS) const insertIndirectBranch() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1075 if (I->getParent() == DestBB) in hoist() local
1018 removeAndReplace(const SmallVecInsn & Candidates,Instruction * Repl,BasicBlock * DestBB,bool MoveAccess) removeAndReplace() argument
[all...]
H A DJumpThreading.cpp1598 BasicBlock *DestBB; processThreadableEdges() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1495 if (!DestBB->hasNPredecessors(2)) in mergeStoreIntoSuccessor() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6761 BasicBlock *DestBB; parseSwitch() local
6803 BasicBlock *DestBB; parseIndirectBr() local
7044 BasicBlock *DestBB; parseCatchSwitch() local
7175 BasicBlock *DestBB; parseCallBr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5498 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]); parseFunctionBody() local
5522 BasicBlock *DestBB = getBasicBlock(Record[1+3+i*2]); parseFunctionBody() local
5544 if (BasicBlock *DestBB = getBasicBlock(Record[2+i])) { parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1095 insertIndirectBranch(MachineBasicBlock & MBB,MachineBasicBlock & DestBB,MachineBasicBlock & RestoreBB,const DebugLoc & DL,int64_t BrOffset,RegScavenger * RS) const insertIndirectBranch() argument

12