/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/ |
H A D | GraphBuilder.cpp | 89 for (auto &V : {BranchNode.Target, BranchNode.Fallthrough}) in printToDOT() 125 if (BranchNode.Target && !BranchNode.Fallthrough) { in buildFlowsToUndefined() 135 BranchNode.Fallthrough = in buildFlowsToUndefined() 137 } else if (BranchNode.Fallthrough && !BranchNode.Target) { in buildFlowsToUndefined() 301 BranchNode.Fallthrough = 0; in buildFlowGraphImpl() 308 BranchNode.Fallthrough = Address; in buildFlowGraphImpl()
|
H A D | GraphBuilder.h | 55 uint64_t Fallthrough; member
|
H A D | FileAnalysis.cpp | 326 Node = Branch.Fallthrough; in indirectCFOperandClobber()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 944 MachineFunction::iterator Fallthrough = getIterator(); in getFallThrough() local 945 ++Fallthrough; in getFallThrough() 947 if (Fallthrough == getParent()->end()) in getFallThrough() 951 if (!isSuccessor(&*Fallthrough)) in getFallThrough() 965 ? &*Fallthrough in getFallThrough() 970 if (!TBB) return &*Fallthrough; in getFallThrough() 974 if (MachineFunction::iterator(TBB) == Fallthrough || in getFallThrough() 975 MachineFunction::iterator(FBB) == Fallthrough) in getFallThrough() 976 return &*Fallthrough; in getFallThrough() 984 return (FBB == nullptr) ? &*Fallthrough : nullptr; in getFallThrough()
|
H A D | MachineBlockPlacement.cpp | 3162 MachineBasicBlock *Fallthrough = nullptr; in findDuplicateCandidates() local 3230 if (!Fallthrough && isBestSuccessor(BB, Pred, BlockFilter)) { in findDuplicateCandidates() 3231 Fallthrough = Pred; in findDuplicateCandidates() 3261 if (!Fallthrough) { in findDuplicateCandidates()
|
H A D | ModuloSchedule.cpp | 1943 MachineBasicBlock *Fallthrough = *Prolog->succ_begin(); in fixupBranches() local 1952 TII->insertBranch(*Prolog, Epilog, Fallthrough, Cond, DebugLoc()); in fixupBranches() 1957 Prolog->removeSuccessor(Fallthrough); in fixupBranches() 1958 for (MachineInstr &P : Fallthrough->phis()) { in fixupBranches()
|
H A D | MachineVerifier.cpp | 725 bool Fallthrough = !TBB || (!Cond.empty() && !FBB); in visitMachineBasicBlockBefore() local 747 if (Fallthrough && SuccMBB == MBB->getNextNode()) in visitMachineBasicBlockBefore()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 365 MachineBasicBlock *Fallthrough, bool FallthroughUnreachable); 368 MachineBasicBlock *Fallthrough, 380 SwitchCG::CaseClusterIt I, MachineBasicBlock *Fallthrough,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 893 MachineBasicBlock *Fallthrough, in lowerJumpTableWorkItem() argument 940 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem() 947 JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader. in lowerJumpTableWorkItem() 959 MachineBasicBlock *Fallthrough, in lowerSwitchRangeWorkItem() argument 984 CaseBlock CB(Pred, FallthroughUnreachable, LHS, RHS, MHS, I->MBB, Fallthrough, in lowerSwitchRangeWorkItem() 1105 SwitchCG::CaseClusterIt I, MachineBasicBlock *Fallthrough, in lowerBitTestWorkItem() argument 1117 BTB->Default = Fallthrough; in lowerBitTestWorkItem() 1187 MachineBasicBlock *Fallthrough; in lowerSwitchWorkItem() local 1190 Fallthrough = DefaultMBB; in lowerSwitchWorkItem() 1194 Fallthrough = CurMF->CreateMachineBasicBlock(CurMBB->getBasicBlock()); in lowerSwitchWorkItem() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1444 StmtResult Fallthrough; in makeOnFallthrough() local 1470 Fallthrough = S.BuildCoreturnStmt(FD.getLocation(), nullptr, in makeOnFallthrough() 1472 Fallthrough = S.ActOnFinishFullStmt(Fallthrough.get()); in makeOnFallthrough() 1473 if (Fallthrough.isInvalid()) in makeOnFallthrough() 1477 this->OnFallthrough = Fallthrough.get(); in makeOnFallthrough()
|
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
H A D | badcode.asl | 113 // Fallthrough exit path does not return a value
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2474 llvm::BasicBlock *Fallthrough = nullptr; in EmitAsmStmt() local 2490 Fallthrough = createBasicBlock("asm.fallthrough"); in EmitAsmStmt() 2577 Builder.CreateCallBr(IA, Fallthrough, Transfer, Args); in EmitAsmStmt() 2578 EmitBlock(Fallthrough); in EmitAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 851 void setFallthrough(bool Fallthrough);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1256 void RedirectingFileSystem::setFallthrough(bool Fallthrough) { in setFallthrough() argument 1257 IsFallthrough = Fallthrough; in setFallthrough()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 10583 MachineBasicBlock *Fallthrough; in lowerWorkItem() local 10586 Fallthrough = DefaultMBB; in lowerWorkItem() 10590 Fallthrough = CurMF->CreateMachineBasicBlock(CurMBB->getBasicBlock()); in lowerWorkItem() 10591 CurMF->insert(BBI, Fallthrough); in lowerWorkItem() 10631 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerWorkItem() 10638 JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader. in lowerWorkItem() 10657 BTB->Default = Fallthrough; in lowerWorkItem() 10702 CaseBlock CB(CC, LHS, RHS, MHS, I->MBB, Fallthrough, CurMBB, in lowerWorkItem() 10713 CurMBB = Fallthrough; in lowerWorkItem()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 884 void CallBrInst::init(FunctionType *FTy, Value *Fn, BasicBlock *Fallthrough, in init() argument 896 setDefaultDest(Fallthrough); in init()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2015 | 739 * elf32-s390.c (elf_s390_check_relocs): Fallthrough to the PLT
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2015 | 739 * elf32-s390.c (elf_s390_check_relocs): Fallthrough to the PLT
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-2015 | 739 * elf32-s390.c (elf_s390_check_relocs): Fallthrough to the PLT
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 838 // Fallthrough to REAL(memcmp) below.
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 862 // Fallthrough to REAL(memcmp) below.
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 843 // Fallthrough to REAL(memcmp) below.
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2019 | 2875 with allocator. Use __str_codecvt_out_all. Fallthrough to POSIX code
|