Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2387 bool MakeNewInstruction = false; // If true, recreate using the following: in visitLandingPadInst() local
2406 MakeNewInstruction = true; in visitLandingPadInst()
2413 MakeNewInstruction = true; in visitLandingPadInst()
2436 MakeNewInstruction = true; in visitLandingPadInst()
2451 MakeNewInstruction = true; in visitLandingPadInst()
2503 MakeNewInstruction = true; in visitLandingPadInst()
2515 MakeNewInstruction = true; in visitLandingPadInst()
2525 assert(MakeNewInstruction && "New filter but not a new instruction!"); in visitLandingPadInst()
2553 MakeNewInstruction = true; in visitLandingPadInst()
2595 MakeNewInstruction = true; in visitLandingPadInst()
[all …]