Home
last modified time | relevance | path

Searched defs:PHIBlock (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp984 BasicBlock *PHIBlock, in createPHIExpression()
2584 Value *V, const BasicBlock *PHIBlock, in OpIsSafeForPHIOfOpsHelper()
2633 bool NewGVN::OpIsSafeForPHIOfOps(Value *V, const BasicBlock *PHIBlock, in OpIsSafeForPHIOfOps()
2750 auto *PHIBlock = getBlockForValue(OpPHI); in makePossiblePHIOfOps() local
3026 const BasicBlock *PHIBlock = MP->getBlock(); in valueNumberMemoryPhi() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1074 BasicBlock *PHIBlock = PN->getParent(); in insertPHILoads() local
1189 BasicBlock *PHIBlock = UsingInst->getParent(); in replaceUseWithLoad() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1066 BasicBlock *PHIBlock = PN->getParent(); in insertPHILoads() local
1181 BasicBlock *PHIBlock = UsingInst->getParent(); in replaceUseWithLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1083 BasicBlock *PHIBlock = PN->getParent(); in insertPHILoads() local
1196 BasicBlock *PHIBlock = UsingInst->getParent(); in replaceUseWithLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp127 BasicBlock *PHIBlock = VersionedLoop->getExitBlock(); in addPHINodes() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp126 BasicBlock *PHIBlock = VersionedLoop->getExitBlock(); in addPHINodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp130 BasicBlock *PHIBlock = VersionedLoop->getExitBlock(); in addPHINodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp225 static void replaceTargetsFromPHINode(BasicBlock *PHIBlock, BasicBlock *Find, in replaceTargetsFromPHINode()
1564 BasicBlock *PHIBlock = BasicBlock::Create(ReturnBB->getContext(), "phi_block", in findOrCreatePHIBlock() local
1907 BasicBlock *PHIBlock = PN->getParent(); in replaceArgumentUses() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1016 BasicBlock *PHIBlock, in createPHIExpression()
2591 bool NewGVN::OpIsSafeForPHIOfOps(Value *V, const BasicBlock *PHIBlock, in OpIsSafeForPHIOfOps()
2753 auto *PHIBlock = getBlockForValue(OpPHI); in makePossiblePHIOfOps() local
3036 const BasicBlock *PHIBlock = MP->getBlock(); in valueNumberMemoryPhi() local
H A DStructurizeCFG.cpp657 BasicBlock *PHIBlock, const SmallSet<BasicBlock *, 8> &Incomings, in findUndefBlocks() argument