Searched refs:PPCBoolRetToInt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp1 //===- PPCBoolRetToInt.cpp ------------------------------------------------===//
71 class PPCBoolRetToInt : public FunctionPass { class in namespace:__anon2558
185 PPCBoolRetToInt() : FunctionPass(ID) { function in class:__anon2558::PPCBoolRetToInt
284 char PPCBoolRetToInt::ID = 0;
285 INITIALIZE_PASS(PPCBoolRetToInt, "ppc-bool-ret-to-int",
289 FunctionPass *llvm::createPPCBoolRetToIntPass() { return new PPCBoolRetToInt(); }
/netbsd-current/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/
H A DMakefile12 PPCBoolRetToInt.cpp \

Completed in 144 milliseconds