/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 987 lowerJumpTableWorkItem(SwitchCG::SwitchWorkListItem W,MachineBasicBlock * SwitchMBB,MachineBasicBlock * CurMBB,MachineBasicBlock * DefaultMBB,MachineIRBuilder & MIB,MachineFunction::iterator BBI,BranchProbability UnhandledProbs,SwitchCG::CaseClusterIt I,MachineBasicBlock * Fallthrough,bool FallthroughUnreachable) lowerJumpTableWorkItem() argument 1052 lowerSwitchRangeWorkItem(SwitchCG::CaseClusterIt I,Value * Cond,MachineBasicBlock * Fallthrough,bool FallthroughUnreachable,BranchProbability UnhandledProbs,MachineBasicBlock * CurMBB,MachineIRBuilder & MIB,MachineBasicBlock * SwitchMBB) lowerSwitchRangeWorkItem() argument 1206 lowerBitTestWorkItem(SwitchCG::SwitchWorkListItem W,MachineBasicBlock * SwitchMBB,MachineBasicBlock * CurMBB,MachineBasicBlock * DefaultMBB,MachineIRBuilder & MIB,MachineFunction::iterator BBI,BranchProbability DefaultProb,BranchProbability UnhandledProbs,SwitchCG::CaseClusterIt I,MachineBasicBlock * Fallthrough,bool FallthroughUnreachable) lowerBitTestWorkItem() argument 1286 MachineBasicBlock *Fallthrough; lowerSwitchWorkItem() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 752 Fallthrough, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 970 MachineFunction::iterator Fallthrough = getIterator(); getFallThrough() local [all...] |
H A D | ModuloSchedule.cpp | 1956 MachineBasicBlock *Fallthrough = *Prolog->succ_begin(); fixupBranches() local
|
H A D | MachineBlockPlacement.cpp | 3231 MachineBasicBlock *Fallthrough = nullptr; findDuplicateCandidates() local
|
H A D | MachineVerifier.cpp | 778 bool Fallthrough = !TBB || (!Cond.empty() && !FBB); visitMachineBasicBlockBefore() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1722 StmtResult Fallthrough; makeOnFallthrough() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2760 llvm::BasicBlock *Fallthrough = nullptr; EmitAsmStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1510 setFallthrough(bool Fallthrough) setFallthrough() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 884 init(FunctionType * FTy,Value * Fn,BasicBlock * Fallthrough,ArrayRef<BasicBlock * > IndirectDests,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 11503 MachineBasicBlock *Fallthrough; lowerWorkItem() local [all...] |