Searched refs:DFI (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | DominanceFrontier.h | 126 const_iterator DFI = find(Node); in compare() local 127 if (DFI == end()) in compare() 130 if (compareDomSet(I->second, DFI->second)) in compare()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | PrologEpilogInserter.cpp | 660 DFI = df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable); in replaceFrameIndices() local 661 DFI != DFE; ++DFI) { in replaceFrameIndices() 664 if (DFI.getPathLength() >= 2) { in replaceFrameIndices() 665 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices() 670 MachineBasicBlock *BB = *DFI; in replaceFrameIndices()
|
| D | LiveVariables.cpp | 529 DFI = df_ext_begin(Entry, Visited), E = df_ext_end(Entry, Visited); in runOnMachineFunction() local 530 DFI != E; ++DFI) { in runOnMachineFunction() 531 MachineBasicBlock *MBB = *DFI; in runOnMachineFunction()
|
| D | MachineVerifier.cpp | 1660 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local 1661 DFI != DFE; ++DFI) { in verifyStackFrame() 1662 const MachineBasicBlock *MBB = *DFI; in verifyStackFrame() 1666 if (DFI.getPathLength() >= 2) { in verifyStackFrame() 1667 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOverload.cpp | 8960 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure() argument 8961 switch ((Sema::TemplateDeductionResult)DFI.Result) { in RankDeductionFailure()
|
| /freebsd-9-stable/share/misc/ |
| D | pci_vendors | 3169 15bd 1001 DFI 661FX motherboard 4161 106e DFI, Inc 7752 1106 3227 DFI KT600-AL / Soltek SL-B9D-FGR Motherboard 9283 15bd 1003 Marvell 88E8053 Gigabit Ethernet Controller (DFI) 13212 15bd DFI Inc
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2001 | 28503 * toplev.c (compile_file): Cast enum DFI to int.
|