Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp152 bool endsWithCondControlFlow(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
186 bool AArch64SpeculationHardening::endsWithCondControlFlow( in endsWithCondControlFlow() function in AArch64SpeculationHardening
249 if (!endsWithCondControlFlow(MBB, TBB, FBB, CondCode)) { in instrumentControlFlow()