Searched refs:RealDest (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 95 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local 107 if (!llvm::sys::fs::real_path(UpperDest, RealDest) && Path == RealDest) in isCaseSensitivePath()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 35 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local 47 if (!sys::fs::real_path(UpperDest, RealDest) && Path == RealDest) in isCaseSensitivePath()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3498 BasicBlock *RealDest = BI->getSuccessor(!CB->getZExtValue()); in foldCondBranchOnValueKnownInPredecessorImpl() local 3500 if (RealDest == BB) in foldCondBranchOnValueKnownInPredecessorImpl() 3514 dbgs() << "Threading to destination " << RealDest->getName() << ".\n"; in foldCondBranchOnValueKnownInPredecessorImpl() 3522 EdgeBB->setName(RealDest->getName() + ".critedge"); in foldCondBranchOnValueKnownInPredecessorImpl() 3523 EdgeBB->moveBefore(RealDest); in foldCondBranchOnValueKnownInPredecessorImpl() 3526 addPredecessorToBlock(RealDest, EdgeBB, BB); in foldCondBranchOnValueKnownInPredecessorImpl() 3594 EdgeBI->setSuccessor(0, RealDest); in foldCondBranchOnValueKnownInPredecessorImpl() 3600 Updates.push_back({DominatorTree::Insert, EdgeBB, RealDest}); in foldCondBranchOnValueKnownInPredecessorImpl()
|