Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3571 InstARM32Label *NewShortCircuitLabel = nullptr; in lowerInt1ForBranch() local
3611 NewShortCircuitLabel = InstARM32Label::create(Func, this); in lowerInt1ForBranch()
3615 TargetFalse.createForLabelOrDuplicate(NewShortCircuitLabel); in lowerInt1ForBranch()
3630 NewShortCircuitLabel); in lowerInt1ForBranch()
3634 NewShortCircuitLabel = InstARM32Label::create(Func, this); in lowerInt1ForBranch()
3638 TargetTrue.createForLabelOrDuplicate(NewShortCircuitLabel); in lowerInt1ForBranch()
3654 NewShortCircuitLabel); in lowerInt1ForBranch()