Searched refs:TPath (Results 1 – 1 of 1) sorted by relevance
417 inline raw_ostream &operator<<(raw_ostream &OS, const ThreadingPath &TPath) { in operator <<() argument418 TPath.print(OS); in operator <<()830 for (ThreadingPath &TPath : SwitchPaths->getThreadingPaths()) { in isLegalAndProfitableToTransform()831 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()832 APInt NextState = TPath.getExitValue(); in isLegalAndProfitableToTransform()833 const BasicBlock *Determinator = TPath.getDeterminatorBB(); in isLegalAndProfitableToTransform()947 for (ThreadingPath &TPath : SwitchPaths->getThreadingPaths()) { in createAllExitPaths()948 LLVM_DEBUG(dbgs() << TPath << "\n"); in createAllExitPaths()951 TPath.push_front(SwitchBlock); in createAllExitPaths()961 for (ThreadingPath &TPath : SwitchPaths->getThreadingPaths()) { in createAllExitPaths()[all …]