Home
last modified time | relevance | path

Searched defs:PredInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSCCP.h43 std::unique_ptr<PredicateInfo> PredInfo; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h150 BBInfo *PredInfo = new (Allocator) BBInfo(Pred, PredVal); in BuildBlockList() local
372 BBInfo *PredInfo = Info->Preds[p]; in FindAvailableVals() local
418 BBInfo *PredInfo = BBMap[I.getIncomingBlock()]; in CheckIfPHIMatches() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp786 static void replaceCreatedSSACopys(PredicateInfo &PredInfo, Function &F) { in replaceCreatedSSACopys()
802 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in runOnFunction() local
816 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in run() local
827 const PredicateInfo *PredInfo; member in llvm::PredicateInfoAnnotatedWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp908 struct PredInfo { in applyInsertUpdates() struct
909 SmallSetVector<BasicBlock *, 2> Added; in applyInsertUpdates()
910 SmallSetVector<BasicBlock *, 2> Prev; in applyInsertUpdates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h116 struct PredInfoPair PredInfo; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp499 std::unique_ptr<PredicateInfo> PredInfo; member in __anon26d0ef920311::NewGVN