Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp86 BasicBlock *DestBB) { in createPHIsForSplitLoopExit()
141 BasicBlock *DestBB = TI->getSuccessor(SuccNum); in SplitCriticalEdge() local
DLocal.cpp553 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, DominatorTree *DT) { in MergeBasicBlockIntoOnlyPred()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp174 const BasicBlock *DestBB; member
280 BasicBlock *DestBB = const_cast<BasicBlock *>(E->DestBB); in getInstrBB() local
482 BasicBlock *DestBB = const_cast<BasicBlock *>(E->DestBB); in setInstrumentedCounts() local
557 const BasicBlock *DestBB = E->DestBB; in populateCounters() local
644 const BasicBlock *DestBB = E->DestBB; in setBranchWeights() local
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp266 MachineBasicBlock *DestBB, in isBlockInRange()
365 MachineBasicBlock *DestBB = getDestBlock(MI); in fixupConditionalBranch() local
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1493 (MachineInstr *MI,MachineBasicBlock *DestBB, unsigned MaxDisp) { in isBBInRange()
1522 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB(); in fixupImmediateBr() local
1541 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in fixupUnconditionalBr() local
1582 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB(); in fixupConditionalBr() local
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1646 bool ARMConstantIslands::isBBInRange(MachineInstr *MI,MachineBasicBlock *DestBB, in isBBInRange()
1673 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in fixupImmediateBr() local
1714 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in fixupConditionalBr() local
1920 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); in optimizeThumb2Branches() local
1950 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); in optimizeThumb2Branches() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1152 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0); in SimplifyStoreAtEndOfBlock() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4590 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]); in parseFunctionBody() local
4614 BasicBlock *DestBB = getBasicBlock(Record[1+3+i*2]); in parseFunctionBody() local
4635 if (BasicBlock *DestBB = getBasicBlock(Record[2+i])) { in parseFunctionBody() local
/external/llvm/lib/AsmParser/
DLLParser.cpp4956 BasicBlock *DestBB; in ParseSwitch() local
4998 BasicBlock *DestBB; in ParseIndirectBr() local
5241 BasicBlock *DestBB; in ParseCatchSwitch() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1219 BasicBlock *DestBB; in ProcessThreadableEdges() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp381 BasicBlock *DestBB = BI->getSuccessor(0); in eliminateMostlyEmptyBlocks() local
467 BasicBlock *DestBB = BI->getSuccessor(0); in eliminateMostlyEmptyBlock() local
/external/llvm/lib/IR/
DInstructions.cpp3744 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination()