Searched refs:getPath (Results 1 – 14 of 14) sorted by relevance
249 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function250 const LValuePathEntry *getPath() const { in getPath() function286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() function287 const PathElem *getPath() const { in getPath() function916 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()955 return {LVal.getPath(), Size}; in setLValueUninit()994 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath()1024 return {MPD->getPath(), MPD->PathLength}; in setMemberPointerUninit()
61 StringRef getPath() const { return FinalPath; } in getPath() function
397 const PathType &getPath() const { return Path; } in getPath() function729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()834 PathType NewPath(TPath.getPath()); in createAllExitPaths()877 PathType PathBBs = Path.getPath(); in createExitPath()1109 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()
343 auto *CurBB = DFSI.getPath(i)->getBlock(); in eliminateInstrViaWidening()
551 OS << "< " << std::string(IFLHS->getPath().data()) << "\n> " in compareFiles()552 << std::string(IFRHS->getPath().data()) << "\n\n"; in compareFiles()
166 StringRef getPath() const { return Path; }
212 NodeRef getPath(unsigned n) const { return VisitStack[n].first; } in getPath() function
736 StringRef getPath() const { return Path; } in getPath() function
933 programDescription = pf.getFile().getPath(); in main()
1176 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices()
3161 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
1136 Ctx.Path = std::string(File.getPath()); in writeToStream()
228 : id(idCount++), fileKind(kind), name(saver.save(interface.getPath())) {} in InputFile()
2643 PCM = Mod.getPath(); in getOrCreateModuleRef()2658 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef()