Home
last modified time | relevance | path

Searched refs:PredIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp568 int PredIndex = 0; in deleteDeadLoop() local
569 P.setIncomingBlock(PredIndex, Preheader); in deleteDeadLoop()
581 P.getIncomingBlock(PredIndex) == Preheader) && in deleteDeadLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2706 unsigned PredIndex = std::get<1>( in checkValidNodeOrder() local
2708 if (!PredSU->getInstr()->isPHI() && PredIndex < Index) { in checkValidNodeOrder()