Searched refs:AggressiveInsts (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 226 SmallPtrSet<Instruction*, 4> *AggressiveInsts, in DominatesMergePoint() argument 252 if (AggressiveInsts == 0) return false; in DominatesMergePoint() 255 if (AggressiveInsts->count(I)) return true; in DominatesMergePoint() 309 if (!DominatesMergePoint(*i, BB, AggressiveInsts, CostRemaining)) in DominatesMergePoint() 312 AggressiveInsts->insert(I); in DominatesMergePoint() 1270 SmallPtrSet<Instruction*, 4> AggressiveInsts; in FoldTwoEntryPHINode() local 1282 if (!DominatesMergePoint(PN->getIncomingValue(0), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 1284 !DominatesMergePoint(PN->getIncomingValue(1), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 1314 if (!AggressiveInsts.count(I) && !isa<DbgInfoIntrinsic>(I)) { in FoldTwoEntryPHINode() 1327 if (!AggressiveInsts.count(I) && !isa<DbgInfoIntrinsic>(I)) { in FoldTwoEntryPHINode()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 283 SmallPtrSetImpl<Instruction *> *AggressiveInsts, in DominatesMergePoint() argument 319 if (!AggressiveInsts) in DominatesMergePoint() 323 if (AggressiveInsts->count(I)) in DominatesMergePoint() 341 (!SpeculateOneExpensiveInst || !AggressiveInsts->empty() || Depth > 0)) in DominatesMergePoint() 350 if (!DominatesMergePoint(*i, BB, AggressiveInsts, CostRemaining, TTI, in DominatesMergePoint() 354 AggressiveInsts->insert(I); in DominatesMergePoint() 1947 SmallPtrSet<Instruction *, 4> AggressiveInsts; in FoldTwoEntryPHINode() local 1961 if (!DominatesMergePoint(PN->getIncomingValue(0), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 1963 !DominatesMergePoint(PN->getIncomingValue(1), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 1995 if (!AggressiveInsts.count(&*I) && !isa<DbgInfoIntrinsic>(I)) { in FoldTwoEntryPHINode() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 318 SmallPtrSetImpl<Instruction *> *AggressiveInsts, in DominatesMergePoint() argument 354 if (!AggressiveInsts) in DominatesMergePoint() 358 if (AggressiveInsts->count(I)) in DominatesMergePoint() 376 (!SpeculateOneExpensiveInst || !AggressiveInsts->empty() || Depth > 0)) in DominatesMergePoint() 385 if (!DominatesMergePoint(*i, BB, AggressiveInsts, CostRemaining, TTI, in DominatesMergePoint() 389 AggressiveInsts->insert(I); in DominatesMergePoint() 2293 SmallPtrSet<Instruction *, 4> AggressiveInsts; in FoldTwoEntryPHINode() local 2307 if (!DominatesMergePoint(PN->getIncomingValue(0), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 2309 !DominatesMergePoint(PN->getIncomingValue(1), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 2341 if (!AggressiveInsts.count(&*I) && !isa<DbgInfoIntrinsic>(I)) { in FoldTwoEntryPHINode() [all …]
|