Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2341 bool MakeNewInstruction = false; // If true, recreate using the following: in visitLandingPadInst() local
2360 MakeNewInstruction = true; in visitLandingPadInst()
2367 MakeNewInstruction = true; in visitLandingPadInst()
2390 MakeNewInstruction = true; in visitLandingPadInst()
2405 MakeNewInstruction = true; in visitLandingPadInst()
2443 MakeNewInstruction = true; in visitLandingPadInst()
2455 MakeNewInstruction = true; in visitLandingPadInst()
2465 assert(MakeNewInstruction && "New filter but not a new instruction!"); in visitLandingPadInst()
2493 MakeNewInstruction = true; in visitLandingPadInst()
2535 MakeNewInstruction = true; in visitLandingPadInst()
[all …]