Lines Matching refs:TPath
417 inline raw_ostream &operator<<(raw_ostream &OS, const ThreadingPath &TPath) { in operator <<() argument
418 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()
962 createExitPath(NewDefs, TPath, DuplicateMap, BlocksToClean, &DTU); in createAllExitPaths()
968 for (ThreadingPath &TPath : SwitchPaths->getThreadingPaths()) in createAllExitPaths()
969 updateLastSuccessor(TPath, DuplicateMap, &DTU); in createAllExitPaths()
1231 void updateLastSuccessor(ThreadingPath &TPath, in updateLastSuccessor()
1234 APInt NextState = TPath.getExitValue(); in updateLastSuccessor()
1235 BasicBlock *BB = TPath.getPath().back(); in updateLastSuccessor()