Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARC.h28 FunctionPass *createARCExpandPseudosPass();
DARCTargetMachine.cpp84 void ARCPassConfig::addPreRegAlloc() { addPass(createARCExpandPseudosPass()); } in addPreRegAlloc()
DARCExpandPseudos.cpp101 FunctionPass *llvm::createARCExpandPseudosPass() { in createARCExpandPseudosPass() function in llvm