OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PredicateFtor
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp
330
std::function<bool(const Function &)>
PredicateFtor
;
334
: FunctionPass(ID), Options(Options_),
PredicateFtor
(std::move(Ftor)) {
343
if (skipFunction(F) || (
PredicateFtor
&& !
PredicateFtor
(F)))
SimplifyCFGPass.cpp
330
std::function<bool(const Function &)>
PredicateFtor
;
334
: FunctionPass(ID), Options(Options_),
PredicateFtor
(std::move(Ftor)) {
343
if (skipFunction(F) || (
PredicateFtor
&& !
PredicateFtor
(F)))
SimplifyCFGPass.cpp
330
std::function<bool(const Function &)>
PredicateFtor
;
334
: FunctionPass(ID), Options(Options_),
PredicateFtor
(std::move(Ftor)) {
343
if (skipFunction(F) || (
PredicateFtor
&& !
PredicateFtor
(F)))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstrBundle.cpp
29
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
36
std::function<bool(const MachineFunction &)>
PredicateFtor
;
46
if (
PredicateFtor
&& !
PredicateFtor
(MF))
MachineInstrBundle.cpp
29
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
36
std::function<bool(const MachineFunction &)>
PredicateFtor
;
46
if (
PredicateFtor
&& !
PredicateFtor
(MF))
MachineInstrBundle.cpp
29
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
36
std::function<bool(const MachineFunction &)>
PredicateFtor
;
46
if (
PredicateFtor
&& !
PredicateFtor
(MF))
IfConversion.cpp
205
std::function<bool(const MachineFunction &)>
PredicateFtor
;
211
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
444
if (skipFunction(MF.getFunction()) || (
PredicateFtor
&& !
PredicateFtor
(MF)))
IfConversion.cpp
205
std::function<bool(const MachineFunction &)>
PredicateFtor
;
211
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
444
if (skipFunction(MF.getFunction()) || (
PredicateFtor
&& !
PredicateFtor
(MF)))
IfConversion.cpp
205
std::function<bool(const MachineFunction &)>
PredicateFtor
;
211
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
444
if (skipFunction(MF.getFunction()) || (
PredicateFtor
&& !
PredicateFtor
(MF)))
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp
234
std::function<bool(const Function &)>
PredicateFtor
;
245
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
1130
if (
PredicateFtor
&& !
PredicateFtor
(MF.getFunction()))
Thumb2SizeReduction.cpp
234
std::function<bool(const Function &)>
PredicateFtor
;
245
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
1130
if (
PredicateFtor
&& !
PredicateFtor
(MF.getFunction()))
Thumb2SizeReduction.cpp
234
std::function<bool(const Function &)>
PredicateFtor
;
245
: MachineFunctionPass(ID),
PredicateFtor
(std::move(Ftor)) {
1130
if (
PredicateFtor
&& !
PredicateFtor
(MF.getFunction()))
Completed in 51 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026