Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp103 bool &WasCandidate) const;
278 bool &WasCandidate) const { in tryReplaceInstr()
280 WasCandidate = false; in tryReplaceInstr()
292 WasCandidate = true; in tryReplaceInstr()
303 WasCandidate = true; in tryReplaceInstr()
313 WasCandidate = true; in tryReplaceInstr()
345 bool WasCandidate = false; in processBasicBlock() local
350 MachineInstr *NewMI = tryReplaceInstr(MI, MBB, WasCandidate); in processBasicBlock()
354 if (WasCandidate) { in processBasicBlock()