Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1086 auto *GuardBlock = FC.GuardBranch->getParent(); in isEmptyGuardBlock() local
1091 if (CmpInst->getParent() == GuardBlock) in isEmptyGuardBlock()
1092 return GuardBlock->size() == 2; in isEmptyGuardBlock()
1094 return GuardBlock->size() == 1; in isEmptyGuardBlock()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1154 static void reconnectPhis(BasicBlock *Out, BasicBlock *GuardBlock, in reconnectPhis() argument
1178 Phi->addIncoming(NewPhi, GuardBlock); in reconnectPhis()