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/ |
D | GCOV.h | 49 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/ |
D | BasicBlockUtils.cpp | 885 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/ |
D | GCOV.cpp | 817 else if (Options.UncondBranch && NumEdges == 1) in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 1009 def B_MM : UncondBranch<BEQ_MM, brtarget_mm>, IsBranch,
|
D | MipsInstrInfo.td | 1543 class UncondBranch<Instruction BEQInst, DAGOperand opnd> : 2243 def B : UncondBranch<BEQ, brtarget>, ISA_MIPS1;
|