Searched refs:FromI (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 372 auto FromI = ImportedFromDecls.find(ToD); in getImportedFromDecl() local 373 if (FromI == ImportedFromDecls.end()) in getImportedFromDecl() 375 auto *FromD = dyn_cast<DeclT>(FromI->second); in getImportedFromDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 542 unsigned distance(MachineBasicBlock::const_iterator FromI, 772 unsigned HexagonGenInsert::distance(MachineBasicBlock::const_iterator FromI, in distance() argument 775 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent(); in distance() 777 return std::distance(FromI, ToI); in distance() 780 unsigned D3 = std::distance(FromI, FB->end()); in distance()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 661 isPotentiallyReachable(Attributor &A, const Instruction &FromI, in isPotentiallyReachable() argument 668 << FromI << " [GBCB: " << bool(GoBackwardsCB) << "][#ExS: " in isPotentiallyReachable() 681 if (GoBackwardsCB && &ToFn != FromI.getFunction() && in isPotentiallyReachable() 682 !GoBackwardsCB(*FromI.getFunction()) && ToFn.hasFnAttribute("kernel") && in isPotentiallyReachable() 683 FromI.getFunction()->hasFnAttribute("kernel")) { in isPotentiallyReachable() 695 LLVM_DEBUG(dbgs() << "[AA] check @" << ToFn.getName() << " from " << FromI in isPotentiallyReachable() 703 Worklist.push_back(&FromI); in isPotentiallyReachable() 774 LLVM_DEBUG(dbgs() << "[AA] check @" << ToFn.getName() << " from " << FromI in isPotentiallyReachable() 818 Attributor &A, const Instruction &FromI, const Instruction &ToI, in isPotentiallyReachable() argument 823 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA, in isPotentiallyReachable() [all …]
|
H A D | AttributorAttributes.cpp | 1759 auto IsImpactedInRange = [&](Instruction *FromI, Instruction *ToI) { in updateImpl() argument 1763 if (FromI->mayWriteToMemory() && !IsAssumption(*FromI)) in updateImpl() 1765 FromI = FromI->getNextNonDebugInstruction(); in updateImpl() 1766 } while (FromI && FromI != ToI); in updateImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 1017 auto FromI = FromTo.first; in computeArchiveRelativePath() local 1022 for (auto FromE = sys::path::end(DirFrom); FromI != FromE; ++FromI) in computeArchiveRelativePath()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 382 Attributor &A, const Instruction &FromI, const Instruction &ToI, 389 Attributor &A, const Instruction &FromI, const Function &ToFn,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3883 void initScheduleData(Instruction *FromI, Instruction *ToI, 14712 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData() argument 14717 for (Instruction *I = FromI; I != ToI; I = I->getNextNode()) { in initScheduleData()
|