Home
last modified time | relevance | path

Searched defs:Fallthrough (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.h53 uint64_t Fallthrough; member
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp985 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
1050 lowerSwitchRangeWorkItem(SwitchCG::CaseClusterIt I,Value * Cond,MachineBasicBlock * Fallthrough,bool FallthroughUnreachable,BranchProbability UnhandledProbs,MachineBasicBlock * CurMBB,MachineIRBuilder & MIB,MachineBasicBlock * SwitchMBB) lowerSwitchRangeWorkItem() argument
1204 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
1284 MachineBasicBlock *Fallthrough; lowerSwitchWorkItem() local
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h776 Fallthrough, global() enumerator
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp3106 IntrusiveRefCntPtr<vfs::FileSystem> Fallthrough = TEST_F() local
3129 IntrusiveRefCntPtr<vfs::FileSystem> Fallthrough = TEST_F() local
3151 IntrusiveRefCntPtr<vfs::FileSystem> Fallthrough = TEST_F() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp976 MachineFunction::iterator Fallthrough = getIterator(); getFallThrough() local
[all...]
H A DMachineBlockPlacement.cpp3285 MachineBasicBlock *Fallthrough = nullptr; findDuplicateCandidates() local
H A DModuloSchedule.cpp1961 MachineBasicBlock *Fallthrough = *Prolog->succ_begin(); fixupBranches() local
H A DMachineVerifier.cpp785 bool Fallthrough = !TBB || (!Cond.empty() && !FBB); visitMachineBasicBlockBefore() local
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1631 StmtResult Fallthrough; makeOnFallthrough() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2926 llvm::BasicBlock *Fallthrough = nullptr; EmitAsmStmt() local
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1534 setFallthrough(bool Fallthrough) setFallthrough() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp851 init(FunctionType * FTy,Value * Fn,BasicBlock * Fallthrough,ArrayRef<BasicBlock * > IndirectDests,ArrayRef<Value * > Args,ArrayRef<OperandBundleDef> Bundles,const Twine & NameStr) init() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11960 MachineBasicBlock *Fallthrough; lowerWorkItem() local
[all...]