Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp218 extern cl::opt<bool> ApplyExtTspWithoutProfile;
3514 (ApplyExtTspWithoutProfile || MF.getFunction().hasProfileData())) { in runOnMachineFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp61 cl::opt<bool> ApplyExtTspWithoutProfile( variable