OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:predecessors
(Results
226 - 250
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java
346
* method has no
predecessors
, so in that case this loop
/external/llvm/include/llvm/CodeGen/
Passes.h
454
/// into tails of their
predecessors
.
SelectionDAGNodes.h
535
/// cache
predecessors
over multiple invocations. If you want to test for
536
/// multiple
predecessors
this method is preferable to multiple calls to
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
575
/// adjustPriorityOfUnscheduledPreds - One of the
predecessors
of SU was just
ScheduleDAGSDNodes.cpp
445
// Find all
predecessors
and successors of the group.
[
all
...]
/external/llvm/lib/IR/
Verifier.cpp
29
// * The entry node to a function must not have
predecessors
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
511
// How many unscheduled
predecessors
block this node?
/external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
623
//
predecessors
have multiple successors.
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
434
// blocks are in-loop
predecessors
to the header block.
PPCInstrInfo.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
354
/// \brief Analyze the
predecessors
of each block and build up predicates
LoopUnswitch.cpp
764
// general, if we call it on all
predecessors
of all exits then it does.
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java
326
* the "next" fields of their
predecessors
. This is solved
429
* when bypassing cancelled
predecessors
, and nulled out (for
726
// Skip cancelled
predecessors
782
* Predecessor was cancelled. Skip over
predecessors
and
[
all
...]
/external/chromium_org/v8/src/
hydrogen-instructions.cc
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable.cc
[
all
...]
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
475
// All the
predecessors
have been visited, pick the preferred one.
522
// Find any MBB
predecessors
that have MBB as their preferred successor.
[
all
...]
LiveVariables.cpp
166
// block. We don't want to mark all
predecessors
as having the value "alive"
/external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp
[
all
...]
/external/v8/src/
hydrogen-instructions.cc
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
706
// Create an empty entry block that has no
predecessors
.
[
all
...]
/external/llvm/include/llvm/Analysis/
Dominators.h
277
// It's possible that none of the
predecessors
of NewBB are reachable;
RegionInfo.h
316
/// this region with its
predecessors
.
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
700
// Determine whether Dest has exactly two
predecessors
and, if so, compute
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
233
// Loop over all of the
predecessors
of OldPred that are in the region,
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
194
// Only print blocks that have
predecessors
.
Completed in 2895 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>