Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfast-isel-deadcode.ll57 ; handlePHINodesInSuccessorBlocks() returning true.
108 ; In order to feed the first PHI node in func.exit handlePHINodesInSuccessorBlocks()
/external/llvm/test/CodeGen/X86/
Dfast-isel-deadcode.ll57 ; handlePHINodesInSuccessorBlocks() returning true.
108 ; In order to feed the first PHI node in func.exit handlePHINodesInSuccessorBlocks()
/external/llvm/include/llvm/CodeGen/
DFastISel.h550 bool handlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h552 bool handlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1364 if (!handlePHINodesInSuccessorBlocks(I->getParent())) { in selectInstruction()
2020 bool FastISel::handlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB) { in handlePHINodesInSuccessorBlocks() function in FastISel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1569 if (!handlePHINodesInSuccessorBlocks(I->getParent())) { in selectInstruction()
2213 bool FastISel::handlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB) { in handlePHINodesInSuccessorBlocks() function in FastISel