Searched refs:DFI (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontierImpl.h | 110 const_iterator DFI = find(Node); in compare() local 111 if (DFI == end()) in compare() 114 if (compareDomSet(I->second, DFI->second)) in compare()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 298 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run() local 299 DFI != DFE; ++DFI) { in run() 300 auto *BB = (*DFI)->getBlock(); in run() 311 Changed |= eliminateInstrViaWidening(II, DFI, GuardsInBlock); in run()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PrologEpilogInserter.cpp | 1303 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() local 1304 DFI != DFE; ++DFI) { in replaceFrameIndices() 1307 if (DFI.getPathLength() >= 2) { in replaceFrameIndices() 1308 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices() 1313 MachineBasicBlock *BB = *DFI; in replaceFrameIndices()
|
| H A D | MachineVerifier.cpp | 3278 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local 3279 DFI != DFE; ++DFI) { in verifyStackFrame() 3280 const MachineBasicBlock *MBB = *DFI; in verifyStackFrame() 3284 if (DFI.getPathLength() >= 2) { in verifyStackFrame() 3285 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4726 if (auto *DFI = Tmpl->getDefaultedFunctionInfo()) { in SubstDefaultedFunction() local 4728 Lookups.reserve(DFI->getUnqualifiedLookups().size()); in SubstDefaultedFunction() 4730 for (DeclAccessPair DA : DFI->getUnqualifiedLookups()) { in SubstDefaultedFunction() 4744 : DFI); in SubstDefaultedFunction()
|
| H A D | SemaOverload.cpp | 11481 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure() argument 11482 switch ((Sema::TemplateDeductionResult)DFI.Result) { in RankDeductionFailure()
|