Home
last modified time | relevance | path

Searched refs:getFallThrough (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SpeculationHardening.cpp202 FBB = MBB.getFallThrough(); in endsWithCondControlFlow()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBasicBlock.cpp826 MachineBasicBlock *MachineBasicBlock::getFallThrough() { in getFallThrough() function in MachineBasicBlock
871 return getFallThrough() != nullptr; in canFallThrough()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h523 MachineBasicBlock *getFallThrough();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FlagsCopyLowering.cpp277 MBB.getFallThrough() == &UnsplitSucc; in splitBlock()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.cpp1636 MachineBasicBlock *FallThrough = MBB->getFallThrough(); in EmitInstrWithCustomInserter()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp1939 MBB->getFallThrough() : in optimizeThumb2Branches()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineCFGStructurizer.cpp2806 MachineBasicBlock *MBB = MBBI.getFallThrough(); in initFallthroughMap()