/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | GraphBuilder.h | 53 uint64_t Fallthrough; member
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 985 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 D | VirtualFileSystem.h | 776 Fallthrough, global() enumerator
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 3106 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 D | MachineBasicBlock.cpp | 976 MachineFunction::iterator Fallthrough = getIterator(); getFallThrough() local [all...] |
H A D | MachineBlockPlacement.cpp | 3285 MachineBasicBlock *Fallthrough = nullptr; findDuplicateCandidates() local
|
H A D | ModuloSchedule.cpp | 1961 MachineBasicBlock *Fallthrough = *Prolog->succ_begin(); fixupBranches() local
|
H A D | MachineVerifier.cpp | 785 bool Fallthrough = !TBB || (!Cond.empty() && !FBB); visitMachineBasicBlockBefore() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1631 StmtResult Fallthrough; makeOnFallthrough() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2926 llvm::BasicBlock *Fallthrough = nullptr; EmitAsmStmt() local
|
/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1534 setFallthrough(bool Fallthrough) setFallthrough() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 851 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 D | SelectionDAGBuilder.cpp | 11960 MachineBasicBlock *Fallthrough; lowerWorkItem() local [all...] |