HomeSort by relevance Sort by last modified time
    Searched refs:PredicateFtor (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 205 std::function<bool(const Function &)> PredicateFtor;
209 : FunctionPass(ID), PredicateFtor(std::move(Ftor)) {
214 if (skipFunction(F) || (PredicateFtor && !PredicateFtor(F)))
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 28 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) {
35 std::function<bool(const Function &)> PredicateFtor;
45 if (PredicateFtor && !PredicateFtor(*MF.getFunction()))
IfConversion.cpp 175 std::function<bool(const Function &)> PredicateFtor;
180 : MachineFunctionPass(ID), FnNum(-1), PredicateFtor(std::move(Ftor)) {
286 (PredicateFtor && !PredicateFtor(*MF.getFunction())))
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 213 std::function<bool(const Function &)> PredicateFtor;
219 : MachineFunctionPass(ID), PredicateFtor(std::move(Ftor)) {
    [all...]

Completed in 405 milliseconds