Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp235 extern cl::opt<bool> ApplyExtTspWithoutProfile;
3602 (ApplyExtTspWithoutProfile || MF.getFunction().hasProfileData()); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp61 cl::opt<bool> ApplyExtTspWithoutProfile( variable