OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Decision
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h
216
Finalized(false), BlockKind(BK_Unknown),
Decision
(FD_Unformatted),
297
/// Stores the formatting
decision
for the token once it was made.
298
unsigned
Decision
: 2;
302
return static_cast<FormatDecision>(
Decision
);
305
Decision
= D;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
1274
/// The calculated cost is saved with widening
decision
in order to
1365
///
Decision
that was taken during cost calculation for memory instruction.
1375
/// Save vectorization
decision
\p W and \p Cost taken by the cost model for
1383
/// Save vectorization
decision
\p W and \p Cost taken by the cost model for
1401
/// Return the cost model
decision
for the given instruction \p I and vector
1459
/// The sets depend on CM
decision
for Load/Store instructions
1802
/// Keeps cost model vectorization
decision
and cost for instructions.
2879
LoopVectorizationCostModel::InstWidening
Decision
=
2881
assert((
Decision
== LoopVectorizationCostModel::CM_Widen ||
2882
Decision
== LoopVectorizationCostModel::CM_Widen_Reverse |
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
634
/// successor block when inserting the
decision
point).
649
/// (2.a has executed), we insert a
decision
block that uses the
668
/// Remember the successor S of a temporary destructor
decision
branch for
4838
// up to a
decision
block later.
4857
// If no temporary was found, we do not need to insert a
decision
point.
4861
CFGBlock *
Decision
= createBlock(false);
4862
Decision
->setTerminator(CFGTerminator(Context.TerminatorExpr,
4864
addSuccessor(
Decision
, Block, !Context.KnownExecuted.isFalse());
4865
addSuccessor(
Decision
, FalseSucc ? FalseSucc : Context.Succ,
4867
Block =
Decision
;
[
all
...]
Completed in 66 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026