Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h664 : Cond(std::move(C)), ShortCircuitTarget(L) {} in Cond()
666 InstARM32Label *const ShortCircuitTarget; variable
669 assert(ShortCircuitTarget == nullptr); in assertNoLabelAndReturnCond()
DIceTargetLoweringARM32.cpp3623 InstARM32Label *const ShortCircuitLabel = CondAndLabel.ShortCircuitTarget; in lowerInt1ForBranch()
3646 InstARM32Label *const ShortCircuitLabel = CondAndLabel.ShortCircuitTarget; in lowerInt1ForBranch()
3672 assert(CondAndLabel.ShortCircuitTarget == nullptr); in lowerBr()