Home
last modified time | relevance | path

Searched refs:UncondBranch (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h49 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N), in Options()
57 bool UncondBranch; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp885 Instruction *UncondBranch = Pred->getTerminator(); in FoldReturnIntoUncondBranch() local
917 UncondBranch->eraseFromParent(); in FoldReturnIntoUncondBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp817 else if (Options.UncondBranch && NumEdges == 1) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsInstrInfo.td1009 def B_MM : UncondBranch<BEQ_MM, brtarget_mm>, IsBranch,
DMipsInstrInfo.td1543 class UncondBranch<Instruction BEQInst, DAGOperand opnd> :
2243 def B : UncondBranch<BEQ, brtarget>, ISA_MIPS1;