Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp127 BasicBlock *DestBB) { in CreatePHIsForSplitLoopExit()
177 BasicBlock *DestBB = TI->getSuccessor(SuccNum); in SplitCriticalEdge() local
DLocal.cpp417 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, Pass *P) { in MergeBasicBlockIntoOnlyPred()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1381 bool ARMConstantIslands::BBIsInRange(MachineInstr *MI,MachineBasicBlock *DestBB, in BBIsInRange()
1408 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in FixUpImmediateBr() local
1451 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB(); in FixUpConditionalBr() local
1628 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); in OptimizeThumb2Branches() local
1652 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB(); in OptimizeThumb2Branches() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp506 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0); in SimplifyStoreAtEndOfBlock() local
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp194 BasicBlock *DestBB = BI->getSuccessor(0); in EliminateMostlyEmptyBlocks() local
281 BasicBlock *DestBB = BI->getSuccessor(0); in EliminateMostlyEmptyBlock() local
DJumpThreading.cpp1080 BasicBlock *DestBB; in ProcessThreadableEdges() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2395 BasicBlock *DestBB = getBasicBlock(Record[1+3+i*2]); in ParseFunctionBody() local
2416 if (BasicBlock *DestBB = getBasicBlock(Record[2+i])) { in ParseFunctionBody() local
/external/llvm/lib/Analysis/
DProfileInfo.cpp317 replaceAllUses(const BasicBlock *RmBB, const BasicBlock *DestBB) { in replaceAllUses()
/external/llvm/lib/AsmParser/
DLLParser.cpp3072 BasicBlock *DestBB; in ParseSwitch() local
3114 BasicBlock *DestBB; in ParseIndirectBr() local
/external/llvm/lib/VMCore/
DInstructions.cpp2994 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination()