Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86CmovConversion.cpp774 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches() local
777 (void)Unfolded; in convertCmovInstsToBranches()
778 assert(Unfolded && "Should never fail to unfold a loading cmov!"); in convertCmovInstsToBranches()
DX86SpeculativeLoadHardening.cpp914 bool Unfolded = in unfoldCallAndJumpLoads() local
917 (void)Unfolded; in unfoldCallAndJumpLoads()
918 assert(Unfolded && in unfoldCallAndJumpLoads()