Home
last modified time | relevance | path

Searched refs:addSuccessorWithoutProb (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp665 void MachineBasicBlock::addSuccessorWithoutProb(MachineBasicBlock *Succ) { in addSuccessorWithoutProb() function in MachineBasicBlock
761 addSuccessorWithoutProb(*I); in copySuccessor()
787 addSuccessorWithoutProb(Succ); in transferSuccessors()
804 addSuccessorWithoutProb(Succ); in transferSuccessorsAndUpdatePHIs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h445 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1688 FuncInfo.MBB->addSuccessorWithoutProb(MSucc); in fastEmitBranch()
1703 FuncInfo.MBB->addSuccessorWithoutProb(TrueMBB); in finishCondBranch()
DSelectionDAGBuilder.cpp2035 Src->addSuccessorWithoutProb(Dst); in addSuccessorWithProb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp414 Src->addSuccessorWithoutProb(Dst); in addSuccessorWithProb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2505 FuncInfo.MBB->addSuccessorWithoutProb(Target); in selectBranch()