Searched refs:DFI (Results 1 – 6 of 6) sorted by relevance
/external/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()
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 714 DFI = df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable); in replaceFrameIndices() local 715 DFI != DFE; ++DFI) { in replaceFrameIndices() 718 if (DFI.getPathLength() >= 2) { in replaceFrameIndices() 719 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices() 724 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 | 1654 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local 1655 DFI != DFE; ++DFI) { in verifyStackFrame() 1656 const MachineBasicBlock *MBB = *DFI; in verifyStackFrame() 1660 if (DFI.getPathLength() >= 2) { in verifyStackFrame() 1661 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 9199 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure() argument 9200 switch ((Sema::TemplateDeductionResult)DFI.Result) { in RankDeductionFailure()
|
/external/chromium_org/third_party/usb_ids/ |
D | usb.ids | 1683 0450 DFI, Inc. 12140 0f73 DFI
|