Home
last modified time | relevance | path

Searched defs:canFallThrough (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp185 bool FileAnalysis::canFallThrough(const Instr &InstrMeta) const { in canFallThrough() function in llvm::cfi_verify::FileAnalysis
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp966 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock