OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Exclude
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h
75
std::string
Exclude
;
/src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp
121
/// This is a nicer interface when you don't have a list of Ids to
exclude
.
124
ArrayRef<OptSpecifier>
Exclude
= None;
125
AddAllArgsExcept(Output, Ids,
Exclude
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp
422
const SmallInstructionSet &
Exclude
,
426
const SmallInstructionSet &
Exclude
,
431
const SmallInstructionSet &
Exclude
,
687
// use set (even if they are users). This is used, for example, to
exclude
695
Instruction *Root, const SmallInstructionSet &
Exclude
,
713
if (L->contains(User) && !
Exclude
.count(User)) {
721
if (Op->hasOneUse() && L->contains(Op) && !
Exclude
.count(Op) &&
732
const SmallInstructionSet &
Exclude
,
736
collectInLoopUserSet(Root,
Exclude
, Final, Users);
1033
SmallInstructionSet
Exclude
;
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026