Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3568 InstARM32Label *NewShortCircuitLabel = nullptr; in lowerInt1ForBranch() local
3608 NewShortCircuitLabel = InstARM32Label::create(Func, this); in lowerInt1ForBranch()
3612 TargetFalse.createForLabelOrDuplicate(NewShortCircuitLabel); in lowerInt1ForBranch()
3627 NewShortCircuitLabel); in lowerInt1ForBranch()
3631 NewShortCircuitLabel = InstARM32Label::create(Func, this); in lowerInt1ForBranch()
3635 TargetTrue.createForLabelOrDuplicate(NewShortCircuitLabel); in lowerInt1ForBranch()
3651 NewShortCircuitLabel); in lowerInt1ForBranch()