OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFI
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Analysis/
IteratedDominanceFrontier.cpp
24
for (auto
DFI
= df_begin(DT.getRootNode()), DFE = df_end(DT.getRootNode());
25
DFI
!= DFE; ++
DFI
) {
26
DomLevels[*
DFI
] =
DFI
.getPathLength() - 1;
/external/llvm/include/llvm/Analysis/
DominanceFrontierImpl.h
104
const_iterator
DFI
= find(Node);
105
if (
DFI
== end())
108
if (compareDomSet(I->second,
DFI
->second))
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
819
for (auto
DFI
= df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable);
820
DFI
!= DFE; ++
DFI
) {
823
if (
DFI
.getPathLength() >= 2) {
824
MachineBasicBlock *StackPred =
DFI
.getPath(
DFI
.getPathLength() - 2);
829
MachineBasicBlock *BB = *
DFI
;
[
all
...]
MachineVerifier.cpp
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp
835
for (auto
DFI
= df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable);
836
DFI
!= DFE; ++
DFI
) {
839
if (
DFI
.getPathLength() >= 2) {
840
MachineBasicBlock *StackPred =
DFI
.getPath(
DFI
.getPathLength() - 2);
845
MachineBasicBlock *BB = *
DFI
[
all
...]
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
Completed in 427 milliseconds